Class TransientProjectManager


  • public class TransientProjectManager
    extends java.lang.Object
    • Method Detail

      • getTransientProjectManager

        public static TransientProjectManager getTransientProjectManager()
        Get the TransientProjectManager singleton instance for the JVM
        Returns:
        TransientProjectManager singleton 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.