Package ghidra.framework.store
Interface TextDataItem
- All Superinterfaces:
FolderItem
- All Known Implementing Classes:
LocalTextDataItem,RemoteTextDataItem
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).-
Field Summary
Fields inherited from interface ghidra.framework.store.FolderItem
DATABASE_FILE_TYPE, DATAFILE_FILE_TYPE, DEFAULT_CHECKOUT_ID, LATEST_VERSION, LINK_FILE_TYPE, UNKNOWN_FILE_TYPE -
Method Summary
Modifier and TypeMethodDescriptionGet the text data that was stored with this itemMethods inherited from interface ghidra.framework.store.FolderItem
canRecover, checkout, clearCheckout, delete, getCheckout, getCheckoutId, getCheckouts, getCheckoutVersion, getContentType, getContentTypeVersion, getCurrentVersion, getFileID, getLocalCheckoutVersion, getName, getParentPath, getPathName, getVersions, hasCheckouts, isCheckedOut, isCheckedOutExclusive, isCheckinActive, isReadOnly, isVersioned, lastModified, length, output, refresh, resetFileID, setCheckout, setContentTypeVersion, setReadOnly, terminateCheckout, updateCheckoutVersion
-
Method Details
-
getTextData
String getTextData()Get the text data that was stored with this item- Returns:
- text data
-