Class DefaultConfigurationLocation
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.config.DefaultConfigurationLocation
-
- All Implemented Interfaces:
ConfigurationLocationProvider
@Component public class DefaultConfigurationLocation extends java.lang.Object implements ConfigurationLocationProvider
Returns the configuration file: use a reselected one with property or the default one if not set.- Author:
- K. Benedyczak
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG_FILE_PROP
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfigurationLocation()
-
-
-
Field Detail
-
CONFIG_FILE_PROP
public static final java.lang.String CONFIG_FILE_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigurationLocation
public java.lang.String getConfigurationLocation()
- Specified by:
getConfigurationLocation
in interfaceConfigurationLocationProvider
-
-