Class HprofPlugin

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

    public class HprofPlugin
    extends Plugin
    • Constructor Detail

      • HprofPlugin

        public HprofPlugin()
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws java.lang.Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class Plugin
        Throws:
        java.lang.Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
                  throws java.lang.Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class Plugin
        Throws:
        java.lang.Exception
      • getPreferenceStore

        public java.lang.Object getPreferenceStore()
        Lazily load and return the preference store.
        Returns:
        Current preference store.