public class FileConfig extends BaseConfig
| Constructor and Description |
|---|
FileConfig(String... fileNames)
Instantiates a new File config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFiles(boolean resource,
String... fileNames)
Add files.
|
String |
getLevel()
The level of the configuration.
|
Properties |
getProperties()
Gets all the properties.
|
getBoolean, getBooleanValue, getConfigInfo, getInteger, getIntegerValue, getLong, getLongValue, getString, getStringInternal, getValue, setOverridepublic FileConfig(String... fileNames)
fileNames - the file namespublic void addFiles(boolean resource,
String... fileNames)
resource - true for resource stream, else falsefileNames - the file namespublic String getLevel()
BaseConfiggetLevel in class BaseConfigpublic Properties getProperties()
BaseConfiggetProperties in class BaseConfigCopyright © 2020. All rights reserved.