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:ConfigFileDescriptorReturns the name of the configuration file.- Specified by:
getFileNamein interfaceConfigFileDescriptor- Returns:
- the name of the configuration file.
-