Class Activator

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public class Activator
    extends Plugin
    The activator class controls the plug-in life cycle.
    • Constructor Detail

      • Activator

        public Activator()
        The constructor.
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class Plugin
        Parameters:
        context - a BundleContext
        Throws:
        Exception - an Exception
        See Also:
        org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
      • getDefault

        public static Activator getDefault()
        Returns the shared instance.
        Returns:
        the shared instance