Class BslUITemplatesPlugin

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

    public class BslUITemplatesPlugin
    extends org.eclipse.ui.plugin.AbstractUIPlugin
    This class represents this plug-in. Shall not be created manually
    • Constructor Detail

      • BslUITemplatesPlugin

        public BslUITemplatesPlugin()
    • Method Detail

      • getInstance

        public static BslUITemplatesPlugin getInstance()
        This method shall be called to get instance of plug-in
        Returns:
        plug-in instance, cannot be null
      • getDefault

        public static BslUITemplatesPlugin getDefault()
        Gets default implementation
        Returns:
        default implementation, cannot null
      • log

        public static void log​(org.eclipse.core.runtime.IStatus status)
        Logs IStatus
        Parameters:
        status - logging IStatus, cannot be null
      • createErrorStatus

        public static org.eclipse.core.runtime.IStatus createErrorStatus​(String msg,
                                                                         Throwable e)
        Creates error IStatus by the message and Throwable
        Parameters:
        msg - error message, cannot be null
        e - exception for creating IStatus, can be null
        Returns:
        created IStatus, cannot null
      • createWarningStatus

        public static org.eclipse.core.runtime.IStatus createWarningStatus​(String msg)
        Creates warning IStatus by the message
        Parameters:
        msg - warning message, cannot be null
        Returns:
        created IStatus, cannot null
      • start

        public void start​(org.osgi.framework.BundleContext bundleContext)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class org.eclipse.ui.plugin.AbstractUIPlugin
        Throws:
        Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext bundleContext)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class org.eclipse.ui.plugin.AbstractUIPlugin
        Throws:
        Exception