Package com.saperion.util.configuration
Class ConfigFile
- java.lang.Object
-
- com.saperion.util.configuration.ConfigFile
-
- All Implemented Interfaces:
ConfigFileDescriptor
public class ConfigFile extends java.lang.Object implements ConfigFileDescriptor
The Class ConfigFile.
-
-
Constructor Summary
Constructors Constructor Description ConfigFile(java.lang.String file)
Instantiates a new ConfigFile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFileName()
Returns the name of the configuration file.
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName()
Description copied from interface:ConfigFileDescriptor
Returns the name of the configuration file.- Specified by:
getFileName
in interfaceConfigFileDescriptor
- Returns:
- the name of the configuration file.
-
-