Class JavaDebuggerServerPlugin

java.lang.Object
com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class JavaDebuggerServerPlugin extends Object implements org.osgi.framework.BundleActivator
  • Field Details

    • PLUGIN_ID

      public static final String PLUGIN_ID
      See Also:
    • context

      public static org.osgi.framework.BundleContext context
  • Constructor Details

    • JavaDebuggerServerPlugin

      public JavaDebuggerServerPlugin()
  • Method Details

    • start

      public void start(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      start in interface org.osgi.framework.BundleActivator
      Throws:
      Exception
    • stop

      public void stop(org.osgi.framework.BundleContext context) throws Exception
      Specified by:
      stop in interface org.osgi.framework.BundleActivator
      Throws:
      Exception