public class MergedSettings extends BasicSettings implements IOSettings
InputStream的方式获取Settings接口的支持。loggerDefaultNameSpace| 构造器和说明 |
|---|
MergedSettings() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
addSetting, allSettingValue, cleanData, convertTo, envMap, evalSetting, findSettingValue, getSettingArray, getSettings, getToType, getToTypeArray, isNsView, loadEnvironment, loadSettings, refresh, removeSetting, removeSetting, setSetting, updateSettingsaddEnv, 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, getObject, getObject, getShort, getShort, getShortArray, getShortArray, getString, getString, getStringArray, getStringArray, getToType, getToTypeArray, removeEnv, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEnv, 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, setSettingpublic void loadResource(String mainSettings, StreamType type) throws IOException
loadResource 在接口中 IOSettingsIOExceptionpublic void loadStream(InputStream mainSettings, StreamType type) throws IOException
loadStream 在接口中 IOSettingsIOExceptionpublic void loadStream(InputStream mainSettings, Charset charset, StreamType type) throws IOException
loadStream 在接口中 IOSettingsIOExceptionpublic void loadStringBody(String mainSettings, StreamType type) throws IOException
loadStringBody 在接口中 IOSettingsIOExceptionpublic void loadReader(Reader mainSettings, StreamType type) throws IOException
loadReader 在接口中 IOSettingsIOException[Web Site]