Class ConfigFile

java.lang.Object
net.i2p.apps.systray.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 Details

    • ConfigFile

      public ConfigFile()
  • Method Details

    • 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.
    • getProperty

      public String getProperty(String key)
    • getProperty

      public String getProperty(String key, String defaultValue)
    • setProperty

      public void setProperty(String key, String value)