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.String getFileName()
      Returns the name of the configuration file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigFile

        public ConfigFile​(java.lang.String file)
        Instantiates a new ConfigFile.
        Parameters:
        file - the file name.
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
        Description copied from interface: ConfigFileDescriptor
        Returns the name of the configuration file.
        Specified by:
        getFileName in interface ConfigFileDescriptor
        Returns:
        the name of the configuration file.