Uses of Class
org.crsh.cmdline.type.ValueType

Packages that use ValueType
org.crsh.cmdline   
org.crsh.cmdline.type   
org.crsh.jcr.command   
 

Uses of ValueType in org.crsh.cmdline
 

Fields in org.crsh.cmdline declared as ValueType
private  ValueType<V> ParameterType.valueType
          .
 

Methods in org.crsh.cmdline that return ValueType
 ValueType ParameterDescriptor.getType()
           
 ValueType<V> ParameterType.getValueType()
           
 

Constructors in org.crsh.cmdline with parameters of type ValueType
ParameterType(Multiplicity multiplicity, Class<?> declaredType, Class<V> effectiveType, ValueType<V> valueType)
           
 

Uses of ValueType in org.crsh.cmdline.type
 

Fields in org.crsh.cmdline.type declared as ValueType
static ValueType<Boolean> ValueType.BOOLEAN
          .
static ValueType<Enum> ValueType.ENUM
          .
static ValueType<Integer> ValueType.INTEGER
          .
static ValueType<ObjectName> ValueType.OBJECT_NAME
          .
static ValueType<Properties> ValueType.PROPERTIES
          .
static ValueType<String> ValueType.STRING
          .
private  ValueType<?>[] ValueTypeFactory.types
          The known types.
 

Methods in org.crsh.cmdline.type that return ValueType
<T,S extends T>
ValueType<T>
ValueTypeFactory.get(Class<S> clazz)
           
 

Uses of ValueType in org.crsh.jcr.command
 

Subclasses of ValueType in org.crsh.jcr.command
 class PathValueType
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.