|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.crsh.plugin | |
| Uses of Property in org.crsh.plugin |
|---|
| Fields in org.crsh.plugin with type parameters of type Property | |
|---|---|
private Map<String,Property<?>> |
PropertyManager.properties
. |
| Methods in org.crsh.plugin that return Property | ||
|---|---|---|
|
PropertyManager.getProperty(PropertyDescriptor<T> desc)
Returns a context property or null if it cannot be found. |
|
(package private)
|
PropertyManager.getProperty(String propertyName,
Class<T> type)
Returns a context property or null if it cannot be found. |
|
|
PropertyManager.resolveProperty(PropertyDescriptor<T> desc)
Resolve a context property or null if it cannot be resolved. |
|
(package private)
|
PropertyManager.resolveProperty(String propertyName,
Class<T> type)
Resolve a context property or null if it cannot be resolved. |
|
Property<T> |
PropertyDescriptor.toProperty(String s)
Parse a string representation of a value and returns the correspondig property value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||