| 构造器和说明 |
|---|
YamlProperties()
创建没有默认资源的空资源
|
YamlProperties(Properties defaults)
创建有默认资源的非空资源
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
load(InputStream inStream) |
Object |
setProperty(String key,
String value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic YamlProperties()
public YamlProperties(Properties defaults)
defaults - 默认public void load(InputStream inStream) throws IOException
IOExceptionCopyright © 2018. All rights reserved.