public class ClassPathIniConfig extends RefreshingIniConfig
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
charset |
private ClassLoader |
loader |
private String[] |
names |
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
ClassPathIniConfig(String... names) |
ClassPathIniConfig(String[] names,
ClassLoader loader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected IniConfig |
getConfig() |
void |
setCharset(String charset) |
get, get, getBoolean, getBoolean, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getShort, getShort, getString, getString, iterator, onChange, refresh, refresh, sections, set, set, store, toMap, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprivate static final long serialVersionUID
private final String[] names
private final ClassLoader loader
private String charset
public ClassPathIniConfig(String... names)
public ClassPathIniConfig(String[] names, ClassLoader loader)
public void setCharset(String charset)
protected IniConfig getConfig() throws IOException
getConfig 在类中 RefreshingIniConfigIOExceptionCopyright © 2020. All rights reserved.