|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IitsAttributeManager
Support class for reading the configuration file, that defines a list of supported ITS markup
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 |
ItsError |
validate(java.lang.String itsAttributeName,
java.lang.String itsAttributeValue)
Validates a new itsAttribute for correctness |
Method Detail |
---|
IitsAttribute getAttribute(java.lang.String itsAttributeName) throws UnsupportedItsAttributeException
itsAttributeName
- the plain name of the its attribute
UnsupportedItsAttributeException
IitsAttribute getAttribute(ItsAttributes attribute) throws UnsupportedItsAttributeException
attribute
- the ItsAttributes enum
UnsupportedItsAttributeException
java.util.Collection<IitsAttribute> getAllAvailableAttributes()
ItsError validate(java.lang.String itsAttributeName, java.lang.String itsAttributeValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |