Class ProcessShellFactory

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.shell.ProcessShellFactory
All Implemented Interfaces:
ShellFactory
Direct Known Subclasses:
InteractiveProcessShellFactory

public class ProcessShellFactory extends AbstractLoggingBean implements ShellFactory
A Factory of Command that will create a new process and bridge the streams.
Author:
Apache MINA SSHD Project
  • Constructor Details

    • ProcessShellFactory

      public ProcessShellFactory()
    • ProcessShellFactory

      public ProcessShellFactory(String command, String... elements)
    • ProcessShellFactory

      public ProcessShellFactory(String command, List<String> elements)
  • Method Details