Package com.saperion.util.configuration
Interface ConfigFileDescriptor
-
- All Known Implementing Classes:
ConfigFile
public interface ConfigFileDescriptorAn interface to declare configuration file descriptors.- Author:
- sts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFileName()Returns the name of the configuration file.
-