Class CLICommandAdapter

    • Constructor Detail

      • CLICommandAdapter

        public CLICommandAdapter()
    • Method Detail

      • create

        public org.apache.sshd.server.command.Command create​(SshCommandFactory.CommandLine commandLine)
        Description copied from class: SshCommandFactory
        If this factory understands the specified command, return a non-null Command and that command will be used to handle the request. Otherwise return null to let other SshCommandFactorys handle it.
        Specified by:
        create in class SshCommandFactory
        Parameters:
        commandLine - Represents the command line the client wants to invoke.