public interface IndyConfigInfo
IndyConfigFactory which section of the configuration file belongs to
the conifguration class associated with implemenetations of this helper. It also provides information for writing out default configuration files
in case no config is available, in order to setup a config directory that can be managed.| Modifier and Type | Field and Description |
|---|---|
static String |
APPEND_DEFAULTS_TO_MAIN_CONF |
static String |
CONF_INCLUDES_DIR |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDefaultConfig()
The actual content which should be added to the default configuration file in case no configuration is provided, to allow modification of
defaults in future executions.
|
String |
getDefaultConfigFileName()
The name of the file to be written in case no configuration is provided, to allow modification of defaults in future executions.
|
static final String APPEND_DEFAULTS_TO_MAIN_CONF
static final String CONF_INCLUDES_DIR
String getDefaultConfigFileName()
InputStream getDefaultConfig()
Copyright © 2011-2018-2018. All Rights Reserved.