Package ghidra.framework.protocol.ghidra
Class TransientProjectManager
- java.lang.Object
-
- ghidra.framework.protocol.ghidra.TransientProjectManager
-
public class TransientProjectManager extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Force disposal of all transient projects associated with remote Ghidra URL connections.intgetActiveProjectCount()Get the number of active transient project data instancesstatic TransientProjectManagergetTransientProjectManager()Get theTransientProjectManagersingleton instance for the JVM
-
-
-
Method Detail
-
getTransientProjectManager
public static TransientProjectManager getTransientProjectManager()
Get theTransientProjectManagersingleton instance for the JVM- Returns:
TransientProjectManagersingleton instance
-
getActiveProjectCount
public int getActiveProjectCount()
Get the number of active transient project data instances- Returns:
- number of active transient project data instances
-
dispose
public void dispose()
Force disposal of all transient projects associated with remote Ghidra URL connections. WARNING: This method intended for testing only.
-
-