Class BaseCliCommandExtensionFactory

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IExecutableExtension, org.eclipse.core.runtime.IExecutableExtensionFactory

    public abstract class BaseCliCommandExtensionFactory
    extends AbstractGuiceAwareExecutableExtensionFactory
    Base implementation of extension factory for BaseCliCommand production. Clients should use it to implement their factories to support functionality of BaseCliCommand descendants
    • Constructor Detail

      • BaseCliCommandExtensionFactory

        public BaseCliCommandExtensionFactory()
    • Method Detail

      • create

        public Object create()
                      throws org.eclipse.core.runtime.CoreException
        Specified by:
        create in interface org.eclipse.core.runtime.IExecutableExtensionFactory
        Overrides:
        create in class AbstractGuiceAwareExecutableExtensionFactory
        Throws:
        org.eclipse.core.runtime.CoreException