Class IniFile

java.lang.Object
nz.org.riskscape.ini.IniFile

public class IniFile extends Object

AST for an .ini file

  • Constructor Details

  • Method Details

    • getAnonymous

      public List<KeyValue> getAnonymous()

      Any key values that were defined at the top level without a [section] header

    • getSections

      public List<Section> getSections()

      All [sections] in the order they were parsed

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object