|
|||||||||
| 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.FaceIntegerAttributeParser
class FaceIntegerAttributeParser
Parser for integer values.
| Constructor Summary | |
|---|---|
FaceIntegerAttributeParser(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)
Parses strings representing integer values. |
| 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 |
|---|
public FaceIntegerAttributeParser(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)
throws ParseException
parseValue in class InheritedAttributeParserpropertyName - the property namevalue - the valuefactory - the exception factory .
ParseException - if the value didn't represent an integer value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||