public class FileSystemDynamicConfiguration extends TreePathDynamicConfiguration
DynamicConfiguration implementation| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_CENTER_DIR_PARAM_NAME |
static String |
CONFIG_CENTER_ENCODING_PARAM_NAME |
static String |
DEFAULT_CONFIG_CENTER_DIR_PATH |
static String |
DEFAULT_CONFIG_CENTER_ENCODING |
static int |
DEFAULT_THREAD_POOL_SIZE |
CONFIG_BASE_PATH_PARAM_NAME, CONFIG_ROOT_PATH_PARAM_NAME, DEFAULT_CONFIG_BASE_PATHDEFAULT_THREAD_POOL_KEEP_ALIVE_TIME, DEFAULT_THREAD_POOL_PREFIX, GROUP_PARAM_NAME, PARAM_NAME_PREFIX, THREAD_POOL_KEEP_ALIVE_TIME_PARAM_NAME, THREAD_POOL_PREFIX_PARAM_NAME, THREAD_POOL_SIZE_PARAM_NAME, TIMEOUT_PARAM_NAMEDEFAULT_GROUPinterfaceLevelLogger| Constructor and Description |
|---|
FileSystemDynamicConfiguration() |
FileSystemDynamicConfiguration(File rootDirectory) |
FileSystemDynamicConfiguration(File rootDirectory,
String encoding) |
FileSystemDynamicConfiguration(File rootDirectory,
String encoding,
String threadPoolPrefixName) |
FileSystemDynamicConfiguration(File rootDirectory,
String encoding,
String threadPoolPrefixName,
int threadPoolSize) |
FileSystemDynamicConfiguration(File rootDirectory,
String encoding,
String threadPoolPrefixName,
int threadPoolSize,
long keepAliveTime) |
FileSystemDynamicConfiguration(File rootDirectory,
String encoding,
String threadPoolPrefixName,
int threadPoolSize,
long keepAliveTime,
ScopeModel scopeModel) |
FileSystemDynamicConfiguration(URL url) |
| Modifier and Type | Method and Description |
|---|---|
File |
configFile(String key,
String group) |
Set<String> |
getConfigGroups() |
String |
getEncoding() |
Object |
getInternalProperty(String key) |
File |
getRootDirectory() |
addListener, publishConfig, removeListenerclose, getConfig, getDefaultGroup, getDefaultTimeout, removeConfigequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddListener, getConfig, getConfigItem, getProperties, getProperties, getRuleKey, publishConfig, publishConfigCas, removeListenercontainsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString, toBooleanObjectpublic static final String CONFIG_CENTER_DIR_PARAM_NAME
public static final String CONFIG_CENTER_ENCODING_PARAM_NAME
public static final String DEFAULT_CONFIG_CENTER_DIR_PATH
public static final int DEFAULT_THREAD_POOL_SIZE
public static final String DEFAULT_CONFIG_CENTER_ENCODING
public FileSystemDynamicConfiguration()
public FileSystemDynamicConfiguration(File rootDirectory)
public FileSystemDynamicConfiguration(File rootDirectory, String encoding)
public FileSystemDynamicConfiguration(File rootDirectory, String encoding, String threadPoolPrefixName)
public FileSystemDynamicConfiguration(File rootDirectory, String encoding, String threadPoolPrefixName, int threadPoolSize)
public FileSystemDynamicConfiguration(File rootDirectory, String encoding, String threadPoolPrefixName, int threadPoolSize, long keepAliveTime)
public FileSystemDynamicConfiguration(File rootDirectory, String encoding, String threadPoolPrefixName, int threadPoolSize, long keepAliveTime, ScopeModel scopeModel)
public FileSystemDynamicConfiguration(URL url)
public Object getInternalProperty(String key)
getInternalProperty in interface ConfigurationgetInternalProperty in class AbstractDynamicConfigurationpublic File getRootDirectory()
public String getEncoding()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.