|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.configuration.impl.FaceAttributeParser
com.pietschy.command.configuration.impl.InheritedAttributeParser
com.pietschy.command.configuration.impl.FaceStringAttributeParser
class FaceStringAttributeParser
Parses string values.
| Constructor Summary | |
|---|---|
protected |
FaceStringAttributeParser(java.lang.String... propertyNames)
Creates a new instance for the specified property names. |
| Method Summary | |
|---|---|
protected java.lang.Object |
parseValue(java.lang.String propertyName,
java.lang.String value,
ExceptionFactory factory)
Simply returns the value. |
| Methods inherited from class com.pietschy.command.configuration.impl.InheritedAttributeParser |
|---|
parseEmptyImpl, parseImpl |
| Methods inherited from class com.pietschy.command.configuration.impl.FaceAttributeParser |
|---|
getProperties, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FaceStringAttributeParser(java.lang.String... propertyNames)
propertyNames - the property names this parser handles.| Method Detail |
|---|
protected java.lang.Object parseValue(java.lang.String propertyName,
java.lang.String value,
ExceptionFactory factory)
parseValue in class InheritedAttributeParserpropertyName - the property name.value - the value.factory - the exception factory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||