Package | Description |
---|---|
org.crsh.cli.descriptor | |
org.crsh.cli.impl | |
org.crsh.cli.type |
Modifier and Type | Method and Description |
---|---|
ValueType |
ParameterDescriptor.getType() |
Modifier and Type | Field and Description |
---|---|
private ValueType<V> |
ParameterType.valueType
.
|
Modifier and Type | Method and Description |
---|---|
ValueType<V> |
ParameterType.getValueType() |
Constructor and Description |
---|
ParameterType(Multiplicity multiplicity,
Class<?> declaredType,
Class<V> effectiveType,
ValueType<V> valueType) |
Modifier and Type | Field and Description |
---|---|
static ValueType<Boolean> |
ValueType.BOOLEAN
Boolean.
|
static ValueType<Enum> |
ValueType.ENUM
Any Java enum.
|
static ValueType<File> |
ValueType.FILE
A value type for files.
|
static ValueType<Integer> |
ValueType.INTEGER
Integer.
|
static ValueType<ObjectName> |
ValueType.OBJECT_NAME
A JMX object name value type.
|
static ValueType<Properties> |
ValueType.PROPERTIES
Properties as semi colon separated values.
|
static ValueType<String> |
ValueType.STRING
Identity.
|
static ValueType<Thread> |
ValueType.THREAD
A value type for threads.
|
private ValueType<?>[] |
ValueTypeFactory.types
The known types.
|
Modifier and Type | Method and Description |
---|---|
<T,S extends T> |
ValueTypeFactory.get(Class<S> clazz) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.