Package ghidra.framework.store


package ghidra.framework.store
  • Class
    Description
    ChecoutType identifies the type of checkout
    DatabaseItem corresponds to a private or versioned database within a FileSystem.
    DataFileHandle provides a random-access handle to a file.
    DataFileItem corresponds to a private serialized data file within a FileSystem.
     
    Factory class for generating unique file ID's.
    FileSystem provides a hierarchical view and management of a set of files and folders.
    FileSystemListenerList maintains a list of FileSystemListener's.
     
    FileSystemListener provides a listener the ability to be notified of folder and file changes within a FileSystem.
    This class is essentially a global flag used to track the long running file system synchronizing operation.
    FolderItem represents an individual file contained within a FileSystem and is uniquely identified by a path string.
    FolderNotEmptyException is thrown when an attempt is made to remove a Folder which is not empty.
    ItemCheckoutStatus provides immutable status information for a checked-out item.
    Indicates a failure to obtain a required lock.
    TextDataItem corresponds to a file which contains text data only and relies only on property file storage (i.e., no separate database or data file).
    UnknownFolderItem corresponds to a folder item which has an unknown storage type or has encountered a storage failure.
    Version provides immutable information about a specific version of an item.