Package com.saperion.util.configuration
Interface ConfigFileDescriptor
- All Known Implementing Classes:
ConfigFile
public interface ConfigFileDescriptor
An interface to declare configuration file descriptors.
- Author:
- sts
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the configuration file.
-
Method Details
-
getFileName
String getFileName()Returns the name of the configuration file.- Returns:
- the name of the configuration file.
-