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
public abstract class BaseCliCommandExtensionFactory extends AbstractGuiceAwareExecutableExtensionFactory
Base implementation of extension factory forBaseCliCommand
production. Clients should use it to implement their factories to support functionality ofBaseCliCommand
descendants
-
-
Field Summary
-
Fields inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
PARAMETER_CLASS_NAME, PARAMETER_NAMED
-
-
Constructor Summary
Constructors Constructor Description BaseCliCommandExtensionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
create()
-
Methods inherited from class com._1c.g5.wiring.AbstractGuiceAwareExecutableExtensionFactory
getBundle, getInjector, setInitializationData
-
-
-
-
Method Detail
-
create
public Object create() throws org.eclipse.core.runtime.CoreException
- Specified by:
create
in interfaceorg.eclipse.core.runtime.IExecutableExtensionFactory
- Overrides:
create
in classAbstractGuiceAwareExecutableExtensionFactory
- Throws:
org.eclipse.core.runtime.CoreException
-
-