Class IniFile

java.lang.Object
net.bluemind.utils.IniFile

public abstract class IniFile extends Object
This class is responsible of loading an ini file.
  • Constructor Details

    • IniFile

      public IniFile(String path)
  • Method Details

    • getProperty

      public String getProperty(String key)
    • setProperty

      public void setProperty(String key, String value)
    • getCategory

      protected abstract String getCategory()
    • getComment

      protected String getComment()
    • save

      protected void save()
    • getProperties

      public Properties getProperties()