Package | Description |
---|---|
org.crsh.plugin |
Modifier and Type | Field and Description |
---|---|
private Map<String,Property<?>> |
PropertyManager.properties
.
|
Modifier and Type | Method and Description |
---|---|
<T> Property<T> |
PropertyManager.getProperty(PropertyDescriptor<T> desc)
Returns a property or null if it cannot be found.
|
private <T> Property<T> |
PropertyManager.getProperty(String propertyName,
Class<T> type)
Returns a property or null if it cannot be found.
|
Property<T> |
PropertyDescriptor.toProperty(String s)
Parse a string representation of a value and returns the correspondig property value.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.