Class ConfigFile


  • public class ConfigFile
    extends Object
    Simple config file handler. Warning - browser needs double quotes and double backslashes on Windows e.g. browser="C:\\Program Files\\Mozilla Firefox\\firefox.exe"
    Author:
    hypercubus
    • Constructor Detail

      • ConfigFile

        public ConfigFile()
    • Method Detail

      • init

        public boolean init​(String configFile)
        Initializes the ConfigFile object.
        Parameters:
        configFile - The config file to use.
        Returns:
        false if the given config file cannot be located or accessed, otherwise true.
      • setProperty

        public void setProperty​(String key,
                                String value)