public interface Resolvable
Modifier and Type | Method and Description |
---|---|
boolean |
canResolve()
Check whether the resolvable is capable of resolving properties right
now.
|
java.lang.Object |
get(java.lang.String key)
Get the property named by key or null if the property does not exist or
is not set.
|
java.lang.Object |
getProperty(java.lang.String key)
Get the property named by key or null if the property does not exist or
is not set.
|
java.lang.Object getProperty(java.lang.String key)
get(String)
.key
- key of the propertyjava.lang.Object get(java.lang.String key)
key
- key of the propertyboolean canResolve()
getProperty(String)
or get(String)
will return null.Copyright © 2019 Gentics Software. All Rights Reserved.