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.StringgetFileName()Returns the name of the configuration file.
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName()
Description copied from interface:ConfigFileDescriptorReturns the name of the configuration file.- Specified by:
getFileNamein interfaceConfigFileDescriptor- Returns:
- the name of the configuration file.
-
-