|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.api.ChromatticBuilder.Option.Type<D>
D - the data typepublic abstract static class ChromatticBuilder.Option.Type<D>
The type of an option.
| Field Summary | |
|---|---|
static ChromatticBuilder.Option.Type<Boolean> |
BOOLEAN
. |
static ChromatticBuilder.Option.Type<String> |
STRING
. |
| Method Summary | |
|---|---|
protected abstract D |
doParse(String value)
Performs the effective parse, when called the value will never be null. |
D |
parse(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ChromatticBuilder.Option.Type<String> STRING
public static final ChromatticBuilder.Option.Type<Boolean> BOOLEAN
| Method Detail |
|---|
public final D parse(String value)
protected abstract D doParse(String value)
value - the value to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||