Interface ConfigFileDescriptor

All Known Implementing Classes:
ConfigFile

public interface ConfigFileDescriptor
An interface to declare configuration file descriptors.
Author:
sts
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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.