Class IndexedPropertyFile

java.lang.Object
ghidra.util.PropertyFile
ghidra.framework.store.local.IndexedPropertyFile

public class IndexedPropertyFile extends PropertyFile
  • Field Details

  • Constructor Details

    • IndexedPropertyFile

      public IndexedPropertyFile(File dir, String storageName, String parentPath, String name) throws IOException
      Construct a new or existing PropertyFile. This form ignores retained property values for NAME and PARENT path.
      Parameters:
      dir - parent directory
      storageName - stored property file name (without extension)
      parentPath - path to parent
      name - name of the property file
      Throws:
      IOException
    • IndexedPropertyFile

      public IndexedPropertyFile(File dir, String storageName) throws IOException
      Construct an existing PropertyFile.
      Parameters:
      dir - parent directory
      storageName - stored property file name (without extension)
      Throws:
      FileNotFoundException - if property file does not exist
      IOException - if error occurs reading property file
    • IndexedPropertyFile

      public IndexedPropertyFile(File file) throws IOException
      Construct an existing PropertyFile.
      Parameters:
      file -
      Throws:
      FileNotFoundException - if property file does not exist
      IOException - if error occurs reading property file
  • Method Details