Class SingleCommandPluginModule

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

    public abstract class SingleCommandPluginModule
    extends CommandModule
    Binds one SSH command to the plugin name itself.

    Cannot be combined with PluginCommandModule.

    • Constructor Detail

      • SingleCommandPluginModule

        public SingleCommandPluginModule()
    • Method Detail

      • configure

        protected final void configure()
        Overrides:
        configure in class com.google.inject.AbstractModule
      • configure

        protected abstract void configure​(com.google.inject.binder.LinkedBindingBuilder<org.apache.sshd.server.command.Command> bind)