Package com.saperion.util.configuration
Class ConfigFile
java.lang.Object
com.saperion.util.configuration.ConfigFile
- All Implemented Interfaces:
ConfigFileDescriptor
The Class ConfigFile.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the configuration file.
-
Constructor Details
-
ConfigFile
Instantiates a new ConfigFile.- Parameters:
file
- the file name.
-
-
Method Details
-
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.
-