Class BaseCliCommandExtensionFactory

java.lang.Object
com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
com.e1c.g5.v8.dt.cli.api.components.BaseCliCommandExtensionFactory
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.core.runtime.IExecutableExtensionFactory
Direct Known Subclasses:
CliCommandExtensionFactory, ExecutableExtensionFactory

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 Details

    • BaseCliCommandExtensionFactory

      public BaseCliCommandExtensionFactory()
  • Method Details

    • 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