public interface PropertyResolver
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsProperty(java.lang.String key)
Check whether the given property key is available.
|
java.lang.String |
getProperty(java.lang.String key)
Return the property value associated with the given key,
or
null if the key cannot be resolved. |
boolean containsProperty(java.lang.String key)
key - the property name to resolvejava.lang.String getProperty(java.lang.String key)
null if the key cannot be resolved.key - the property name to resolveCopyright © 2019. All Rights Reserved.