|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDescriptor | |
|---|---|
| org.crsh.auth | |
| org.crsh.plugin | |
| Uses of PropertyDescriptor in org.crsh.auth |
|---|
| Fields in org.crsh.auth declared as PropertyDescriptor | |
|---|---|
static PropertyDescriptor<List> |
AuthenticationPlugin.AUTH
The authentication plugin to use. |
static PropertyDescriptor<String> |
SimpleAuthenticationPlugin.SIMPLE_PASSWORD
The password. |
static PropertyDescriptor<String> |
SimpleAuthenticationPlugin.SIMPLE_USERNAME
The username. |
| Methods in org.crsh.auth that return types with arguments of type PropertyDescriptor | |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
SimpleAuthenticationPlugin.createConfigurationCapabilities()
|
protected Iterable<PropertyDescriptor<?>> |
JaasAuthenticationPlugin.createConfigurationCapabilities()
|
| Uses of PropertyDescriptor in org.crsh.plugin |
|---|
| Fields in org.crsh.plugin declared as PropertyDescriptor | |
|---|---|
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
. |
| Methods in org.crsh.plugin that return PropertyDescriptor | |
|---|---|
static PropertyDescriptor<Integer> |
PropertyDescriptor.create(String name,
Integer defaultValue,
String description)
|
static PropertyDescriptor<Integer> |
PropertyDescriptor.create(String name,
Integer defaultValue,
String description,
boolean secret)
|
static PropertyDescriptor<List> |
PropertyDescriptor.create(String name,
List defaultValue,
String description)
|
static PropertyDescriptor<List> |
PropertyDescriptor.create(String name,
List defaultValue,
String description,
boolean secret)
|
static PropertyDescriptor<String> |
PropertyDescriptor.create(String name,
String defaultValue,
String description)
|
static PropertyDescriptor<String> |
PropertyDescriptor.create(String name,
String defaultValue,
String description,
boolean secret)
|
PropertyDescriptor<T> |
Property.getDescriptor()
|
| Methods in org.crsh.plugin that return types with arguments of type PropertyDescriptor | |
|---|---|
protected Iterable<PropertyDescriptor<?>> |
CRaSHPlugin.createConfigurationCapabilities()
Returns a list of PropertyDescriptor this plugin requires for its configuration. |
Iterable<PropertyDescriptor<?>> |
CRaSHPlugin.getConfigurationCapabilities()
Returns a list of PropertyDescriptor this plugin requires for its configuration. |
| 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 | |||||||||