|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueParser<T>
Interface for parsing a value (arbitrary object) from String
.
Implementations are to be provided by the user and used with
Configuration
.
Method Summary | |
---|---|
T |
parse(java.lang.String s)
|
Method Detail |
---|
T parse(java.lang.String s) throws ParseException
s
- String to be parsed.
ParseException
- if s
is malformed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |