Class AbstractExecutableCommand

java.lang.Object
com.sshtools.common.command.AbstractExecutableCommand
All Implemented Interfaces:
ExecutableCommand, Component
Direct Known Subclasses:
NativeExecutableCommand, ScpCommand

public abstract class AbstractExecutableCommand extends Object implements ExecutableCommand
This class can be extended to provide a single executable command. Commands are configured in the com.maverick.sshd.ConfigurationContext and they make use of the input/output streams provided to communicate with the client.
Author:
Lee David Painter