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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFileName()
Returns the name of the configuration file.
-