Class BaseCliCommandExternalDependencyModule

  • All Implemented Interfaces:
    com.google.inject.Module

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

      • BaseCliCommandExternalDependencyModule

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