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