Package ghidra.framework.task
Class GTaskManagerFactory
java.lang.Object
ghidra.framework.task.GTaskManagerFactory
Factory class managing a single GTaskManager for an DomainObject.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic GTaskManagergetTaskManager(DomainObject domainObject) Returns the one GTaskManager for the domainObject.
- 
Constructor Details- 
GTaskManagerFactorypublic GTaskManagerFactory()
 
- 
- 
Method Details- 
getTaskManagerReturns the one GTaskManager for the domainObject. A new GTaskManager will be created if one does not already exist for the domainObject.- Parameters:
- domainObject- the domainObject for which to get a GTaskManager.
- Returns:
- the GTaskManager for the given domainObject.
 
 
-