public interface Properties
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Properties.Key<T> |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Set<java.lang.String> |
allCaches() |
java.util.Set<Properties.Key> |
allProperties() |
void |
clearCache() |
<T> T |
getCache(java.lang.String id) |
<T> VarForward<T> |
property(Properties.Key<T> location) |
void |
putCache(java.lang.String id,
java.lang.Object cache) |
<T> VarForward<T> property(Properties.Key<T> location)
<T> T getCache(java.lang.String id)
void putCache(java.lang.String id,
java.lang.Object cache)
void clearCache()
java.util.Set<java.lang.String> allCaches()
java.util.Set<Properties.Key> allProperties()