DomainObjectAdapter

Package: ghidra.framework.data
Type: class

11.1_PUBLIC

addedmethod: invalidate
void invalidate()
modifiedmethod: getContentHandlers
return type: void → Set
- static void getContentHandlers()
+ static java.util.Set<ghidra.framework.data.ContentHandler<?>> getContentHandlers()
modifiedmethod: setDomainFile
added throws DomainObjectException
- void setDomainFile(ghidra.framework.model.DomainFile df)
+ void setDomainFile(ghidra.framework.model.DomainFile df) throws DomainObjectException

11.0_PUBLIC

addedmethod: addDomainFileListener
void addDomainFileListener(ghidra.framework.data.DomainObjectFileListener listener)
addedmethod: removeDomainFileListener
void removeDomainFileListener(ghidra.framework.data.DomainObjectFileListener listener)

10.3_PUBLIC

modifiedmethod: getContentHandler
return type: ContentHandler → ContentHandler
- static ghidra.framework.data.ContentHandler getContentHandler(ghidra.framework.model.DomainObject dobj) throws IOException
+ static ghidra.framework.data.ContentHandler<?> getContentHandler(ghidra.framework.model.DomainObject dobj) throws IOException

9.0.2_PUBLIC

addedfield: changed
boolean changed
addedfield: changeSupportMap
java.util.Map<ghidra.framework.model.EventQueueID,ghidra.framework.data.DomainObjectChangeSupport> changeSupportMap
addedmethod: close
void close()
addedfield: DEFAULT_NAME
static java.lang.String DEFAULT_NAME
addedmethod: fatalErrorOccurred
void fatalErrorOccurred(java.lang.Exception e)
addedmethod: getAssociatedUserFilesystem
ghidra.framework.store.FileSystem getAssociatedUserFilesystem()
addedfield: lock
ghidra.util.Lock lock
addedfield: metadata
java.util.Map<java.lang.String,java.lang.String> metadata
addedfield: name
java.lang.String name
addedmethod: setChanged
void setChanged(boolean state)
addedmethod: setDomainFile
void setDomainFile(ghidra.framework.model.DomainFile df)
addedfield: temporary
boolean temporary

9.0.1_PUBLIC

introducedInitial version