|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDescriptor | |
---|---|
org.crsh.plugin |
Uses of PropertyDescriptor in org.crsh.plugin |
---|
Fields in org.crsh.plugin declared as PropertyDescriptor | |
---|---|
static PropertyDescriptor<String> |
PropertyDescriptor.SSH_KEYPATH
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.SSH_PORT
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.TELNET_PORT
. |
Fields in org.crsh.plugin with type parameters of type PropertyDescriptor | |
---|---|
static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.ALL
. |
Methods in org.crsh.plugin that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
Property.getDescriptor()
|
Methods in org.crsh.plugin with parameters of type PropertyDescriptor | ||
---|---|---|
|
PluginContext.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found. |
|
|
PluginContext.setProperty(PropertyDescriptor<T> desc,
String value)
Set a context property to a new value. |
|
|
PluginContext.setProperty(PropertyDescriptor<T> desc,
T value)
Set a context property to a new value. |
Constructors in org.crsh.plugin with parameters of type PropertyDescriptor | |
---|---|
Property(PropertyDescriptor<T> desc,
T value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |