|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.configuration.impl.AttributeParser
com.pietschy.command.configuration.impl.StringAttributeParser
class StringAttributeParser
Parsers string attribute values on commands and groups.
| Constructor Summary | |
|---|---|
StringAttributeParser(java.lang.String propertyName)
|
|
| Method Summary | |
|---|---|
void |
parse(java.lang.String value,
Configuration config,
ExceptionFactory factory)
Updates the configuration with the specified value. |
| Methods inherited from class com.pietschy.command.configuration.impl.AttributeParser |
|---|
getKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringAttributeParser(java.lang.String propertyName)
| Method Detail |
|---|
public void parse(java.lang.String value,
Configuration config,
ExceptionFactory factory)
throws ParseException
parse in class AttributeParservalue - the value to configure.config - the configuration instance.factory - the exception factory.
ParseException - if there was an error parsing the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||