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

java.lang.Object
  extended by org.chromattic.api.ChromatticBuilder.Option<T>
Type Parameters:
T - the option type
Enclosing class:
ChromatticBuilder

public static final class ChromatticBuilder.Option<T>
extends Object

A configuration option.


Nested Class Summary
static class ChromatticBuilder.Option.Type<T>
           
 
Method Summary
 String getDisplayName()
           
 ChromatticBuilder.OptionInstance<T> getInstance(String value)
           
 String getName()
           
 ChromatticBuilder.Option.Type<T> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public ChromatticBuilder.Option.Type<T> getType()

getName

public String getName()

getDisplayName

public String getDisplayName()

getInstance

public ChromatticBuilder.OptionInstance<T> getInstance(String value)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.