Class Shell
java.lang.Object
com.sshtools.server.vsession.AbstractCommand
com.sshtools.server.vsession.ShellCommand
com.sshtools.server.vsession.commands.os.AbstractOSCommand
com.sshtools.server.vsession.commands.os.Shell
- All Implemented Interfaces:
Command
-
Field Summary
Fields inherited from class com.sshtools.server.vsession.ShellCommand
SUBSYSTEM_CALLBACK, SUBSYSTEM_FILESYSTEM, SUBSYSTEM_HELP, SUBSYSTEM_JVM, SUBSYSTEM_POLICY, SUBSYSTEM_SHELL, SUBSYSTEM_SSHD, SUBSYSTEM_SYSTEM, SUBSYSTEM_TEXT_EDITING
Fields inherited from class com.sshtools.server.vsession.AbstractCommand
exitCode
Fields inherited from interface com.sshtools.server.vsession.Command
STILL_ACTIVE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigureCommand
(String cmd, List<String> cmdArgs, VirtualConsole console) Methods inherited from class com.sshtools.server.vsession.commands.os.AbstractOSCommand
findCommand, getDirectory, getEnv, run, setDirectory, setEnv
Methods inherited from class com.sshtools.server.vsession.AbstractCommand
complete, getCommandName, getDescription, getExitCode, getName, getSubsystem, getUsage, isBuiltIn, isHidden, setBuiltIn, setDescription, setName, setSignature, setSubsystem
-
Constructor Details
-
Shell
public Shell()
-
-
Method Details
-
configureCommand
protected List<String> configureCommand(String cmd, List<String> cmdArgs, VirtualConsole console) throws IOException - Overrides:
configureCommand
in classAbstractOSCommand
- Throws:
IOException
-