public class ConfigurationLoaderImpl extends java.lang.Object implements ConfigurationLoader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CUSTOM_CONFIG_DIR_PROPERTY |
static java.lang.String |
CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY |
Constructor and Description |
---|
ConfigurationLoaderImpl(java.lang.String productName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePath(java.lang.String fileName)
Returns the path for the given file name.
|
void |
initialise() |
public static final java.lang.String CUSTOM_CONFIG_DIR_PROPERTY
public static final java.lang.String CUSTOM_OVERRIDE_CONFIG_DIR_PROPERTY
public ConfigurationLoaderImpl(java.lang.String productName)
public void initialise() throws ConfigurationLoaderException
ConfigurationLoaderException
public java.lang.String getFilePath(java.lang.String fileName) throws ConfigurationLoaderException
ConfigurationLoader
getFilePath
in interface ConfigurationLoader
fileName
- The name of the file to get the path of.ConfigurationLoaderException
Copyright © 2019 Caplin Systems.