org.chromattic.api
Class ChromatticBuilder.Option.Type<T>

java.lang.Object
  extended by org.chromattic.api.ChromatticBuilder.Option.Type<T>
Enclosing class:
ChromatticBuilder.Option<T>

public abstract static class ChromatticBuilder.Option.Type<T>
extends Object


Field Summary
static ChromatticBuilder.Option.Type<Boolean> BOOLEAN
          .
static ChromatticBuilder.Option.Type<String> STRING
          .
 
Method Summary
protected abstract  T doParse(String value)
           
 Class<T> getJavaType()
           
 T parse(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final ChromatticBuilder.Option.Type<String> STRING
.


BOOLEAN

public static final ChromatticBuilder.Option.Type<Boolean> BOOLEAN
.

Method Detail

getJavaType

public final Class<T> getJavaType()

parse

public final T parse(String value)

doParse

protected abstract T doParse(String value)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.