|
||||||||||
| 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 | |
|---|---|
private PropertyDescriptor<T> |
Property.desc
. |
static PropertyDescriptor<String> |
PropertyDescriptor.SSH_KEYPATH
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.SSH_PORT
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.TELNET_PORT
. |
static PropertyDescriptor<Integer> |
PropertyDescriptor.VFS_REFRESH_PERIOD
. |
static PropertyDescriptor<TimeUnit> |
PropertyDescriptor.VFS_REFRESH_UNIT
. |
| Fields in org.crsh.plugin with type parameters of type PropertyDescriptor | |
|---|---|
static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.ALL
. |
private static Map<String,PropertyDescriptor<?>> |
PropertyDescriptor.INTERNAL_ALL
. |
private Map<PropertyDescriptor<?>,Property<?>> |
PluginContext.properties
. |
| 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 | |||||||||