public interface IOSettings extends Settings
SettingsDefaultNameSpace| 限定符和类型 | 方法和说明 |
|---|---|
void |
loadReader(Reader mainSettings,
StreamType type) |
void |
loadResource(String mainSettings,
StreamType type) |
void |
loadStream(InputStream mainSettings,
Charset charset,
StreamType type) |
void |
loadStream(InputStream mainSettings,
StreamType type) |
void |
loadStringBody(String mainSettings,
StreamType type) |
addEnv, addSetting, addSetting, evalSetting, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getChar, getChar, getCharArray, getCharArray, getDate, getDate, getDate, getDate, getDate, getDate, getDateArray, getDateArray, getDateArray, getDateArray, getDateArray, getDateArray, getDirectoryPath, getDirectoryPath, getDirectoryPathArray, getDirectoryPathArray, getDouble, getDouble, getDoubleArray, getDoubleArray, getEnum, getEnum, getEnumArray, getEnumArray, getEnv, getEnvNames, getFilePath, getFilePath, getFilePathArray, getFilePathArray, getFloat, getFloat, getFloatArray, getFloatArray, getInteger, getInteger, getIntegerArray, getIntegerArray, getLong, getLong, getLongArray, getLongArray, getNode, getNodeArray, getSettingArray, getSettings, getShort, getShort, getShortArray, getShortArray, getString, getString, getStringArray, getStringArray, refresh, removeEnv, removeSetting, removeSetting, setSetting, setSettingvoid loadResource(String mainSettings, StreamType type) throws IOException
IOExceptionvoid loadStream(InputStream mainSettings, StreamType type) throws IOException
IOExceptionvoid loadStream(InputStream mainSettings, Charset charset, StreamType type) throws IOException
IOExceptionvoid loadStringBody(String mainSettings, StreamType type) throws IOException
IOExceptionvoid loadReader(Reader mainSettings, StreamType type) throws IOException
IOException[Web Site]