|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.its.spi.ItsAttributeManager
public class ItsAttributeManager
Implementation of IitsAttributeManager
Method Summary | |
---|---|
java.util.Collection<IitsAttribute> |
getAllAvailableAttributes()
Returns all available its attribute as provided by the configuration |
IitsAttribute |
getAttribute(ItsAttributes attribute)
returns the respective IitsAttribute from predefined ItsAttributes as a copy |
IitsAttribute |
getAttribute(java.lang.String itsAttributeName)
returns the respective IitsAttribute as a copy |
static IitsAttributeManager |
getManager(java.lang.String configFileName)
Returns a singleton instance of the IitsAttributeManager |
ItsError |
validate(java.lang.String itsAttributeName,
java.lang.String itsAttributeValue)
Validates a new itsAttribute for correctness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IitsAttributeManager getManager(java.lang.String configFileName)
configuration
- file in classpath
public IitsAttribute getAttribute(java.lang.String itsAttributeName) throws UnsupportedItsAttributeException
IitsAttributeManager
getAttribute
in interface IitsAttributeManager
itsAttributeName
- the plain name of the its attribute
UnsupportedItsAttributeException
public IitsAttribute getAttribute(ItsAttributes attribute) throws UnsupportedItsAttributeException
IitsAttributeManager
getAttribute
in interface IitsAttributeManager
attribute
- the ItsAttributes enum
UnsupportedItsAttributeException
public java.util.Collection<IitsAttribute> getAllAvailableAttributes()
IitsAttributeManager
getAllAvailableAttributes
in interface IitsAttributeManager
public ItsError validate(java.lang.String itsAttributeName, java.lang.String itsAttributeValue)
IitsAttributeManager
validate
in interface IitsAttributeManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |