Uses of Interface
ca.cgjennings.apps.arkham.plugins.debugging.ScriptDebugging.DebuggerInstaller
-
Packages that use ScriptDebugging.DebuggerInstaller Package Description ca.cgjennings.apps.arkham.plugins.debugging -
-
Uses of ScriptDebugging.DebuggerInstaller in ca.cgjennings.apps.arkham.plugins.debugging
Methods in ca.cgjennings.apps.arkham.plugins.debugging that return ScriptDebugging.DebuggerInstaller Modifier and Type Method Description static ScriptDebugging.DebuggerInstaller
ScriptDebugging. getInstaller()
Returns the current installer.Methods in ca.cgjennings.apps.arkham.plugins.debugging with parameters of type ScriptDebugging.DebuggerInstaller Modifier and Type Method Description static void
ScriptDebugging. setInstaller(ScriptDebugging.DebuggerInstaller newInstaller)
Sets the installer that is used to install a debugger.
-