Class BaseCliCommandExternalDependencyModule

java.lang.Object
com.google.inject.AbstractModule
com._1c.g5.wiring.AbstractServiceAwareModule
com.e1c.g5.v8.dt.cli.api.components.BaseCliCommandExternalDependencyModule
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
ExternalDependenciesModule, ExternalDependenciesModule

public abstract class BaseCliCommandExternalDependencyModule extends AbstractServiceAwareModule
Base implementation of external dependency module for CLI command providers. It is recommended to use this class to create custom dependency modules.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    BaseCliCommandExternalDependencyModule(org.eclipse.core.runtime.Plugin bundle)
    Constructor of ExternalDependenciesModule.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com._1c.g5.wiring.AbstractServiceAwareModule

    bind, bind, bind, configure

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseCliCommandExternalDependencyModule

      protected BaseCliCommandExternalDependencyModule(org.eclipse.core.runtime.Plugin bundle)
      Constructor of ExternalDependenciesModule.
      Parameters:
      context - the parent bundle, can not be null
  • Method Details