|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueType | |
|---|---|
| org.crsh.cli.descriptor | |
| org.crsh.cli.impl | |
| org.crsh.cli.type | |
| org.crsh.jcr.command | |
| Uses of ValueType in org.crsh.cli.descriptor |
|---|
| Methods in org.crsh.cli.descriptor that return ValueType | |
|---|---|
ValueType |
ParameterDescriptor.getType()
|
| Uses of ValueType in org.crsh.cli.impl |
|---|
| Fields in org.crsh.cli.impl declared as ValueType | |
|---|---|
private ValueType<V> |
ParameterType.valueType
. |
| Methods in org.crsh.cli.impl that return ValueType | |
|---|---|
ValueType<V> |
ParameterType.getValueType()
|
| Constructors in org.crsh.cli.impl with parameters of type ValueType | |
|---|---|
ParameterType(Multiplicity multiplicity,
Class<?> declaredType,
Class<V> effectiveType,
ValueType<V> valueType)
|
|
| Uses of ValueType in org.crsh.cli.type |
|---|
| Fields in org.crsh.cli.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
. |
static ValueType<Thread> |
ValueType.THREAD
. |
private ValueType<?>[] |
ValueTypeFactory.types
The known types. |
| Methods in org.crsh.cli.type that return ValueType | ||
|---|---|---|
|
ValueTypeFactory.get(Class<S> clazz)
|
|
| Uses of ValueType in org.crsh.jcr.command |
|---|
| Subclasses of ValueType in org.crsh.jcr.command | |
|---|---|
class |
PathValueType
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||