Class XmlProperties

java.lang.Object
ghidra.framework.options.GProperties
ghidra.framework.options.XmlProperties
Direct Known Subclasses:
SaveState

public class XmlProperties extends GProperties
A convenience class for creating a GProperties object from a file containing XML data generated from GProperties.saveToXmlFile(File)
  • Constructor Details

    • XmlProperties

      public XmlProperties(File file) throws IOException
      Throws:
      IOException
    • XmlProperties

      public XmlProperties(org.jdom.Element element)
    • XmlProperties

      protected XmlProperties(String name)