Modifier and Type | Class and Description |
---|---|
class |
Msh |
class |
RootShell |
Modifier and Type | Field and Description |
---|---|
protected CommandFactory<ShellCommand> |
Msh.commandFactory |
Modifier and Type | Method and Description |
---|---|
ShellCommand |
VirtualProcess.getCommand() |
protected ShellCommand |
ShellCommandFactory.newInstance(String command,
Connection con) |
Modifier and Type | Method and Description |
---|---|
CommandFactory<ShellCommand> |
Msh.getCommandFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
ShellCommandFactory.configureCommand(ShellCommand c,
Connection con) |
VirtualProcess |
VirtualProcessFactory.createChildProcess(VirtualProcess parent,
ShellCommand command,
Msh msh) |
VirtualProcess |
DefaultVirtualProcessFactory.createChildProcess(VirtualProcess parent,
ShellCommand cmd,
Msh msh) |
VirtualProcess |
VirtualProcessFactory.createRootProcess(TerminalOutput terminal,
Msh msh,
Environment environment,
Thread thread,
ShellCommand command,
AbstractFile workingDirectory,
Console console,
SessionChannel session) |
VirtualProcess |
DefaultVirtualProcessFactory.createRootProcess(TerminalOutput terminal,
Msh msh,
Environment environment,
Thread thread,
ShellCommand command,
AbstractFile workingDirectory,
Console console,
SessionChannel session) |
void |
VirtualProcess.setCommand(ShellCommand command) |
Modifier and Type | Method and Description |
---|---|
protected void |
Msh.setCommandFactory(CommandFactory<ShellCommand> commandFactory) |
Constructor and Description |
---|
Msh(CommandFactory<ShellCommand> commandFactory) |
Msh(String name,
String subsystem,
CommandFactory<ShellCommand> commandFactory) |
Msh(String name,
String subsystem,
String signature,
CommandFactory<ShellCommand> commandFactory) |
Msh(String name,
String subsystem,
String signature,
CommandFactory<ShellCommand> commandFactory,
org.apache.commons.cli.Option... options) |
RootShell(CommandFactory<ShellCommand> commandFactory,
Connection con) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileCommand |
class |
AbstractUUIDCommand<T extends AbstractFile> |
class |
Alias<T extends AbstractFile>
Usage: alias [-p] [name=[value] ...]
|
class |
Catch |
class |
Clear
Usage: clear
|
class |
Date |
class |
Echo
Usage: echo [-n] [string]
|
class |
Env |
class |
Exit
Usage: exit
|
class |
Help<T extends AbstractFile> |
class |
Kill<T extends AbstractFile> |
class |
Mem |
class |
Ps |
class |
Scp |
class |
ShowLastError |
class |
Sleep |
class |
Term |
class |
Unalias
Usage: unalias [-a] name [name ...]
|
class |
Who<T extends AbstractFile> |
Modifier and Type | Class and Description |
---|---|
class |
Connections<T extends AbstractFile> |
class |
Pref |
class |
Shutdown |
class |
Threads |
Modifier and Type | Method and Description |
---|---|
protected void |
AdminCommandFactory.configureCommand(ShellCommand c,
Connection con) |
Modifier and Type | Class and Description |
---|---|
class |
Cat |
class |
Cd
Usage: cd [directory]
|
class |
Cp |
class |
Disks |
class |
Edit |
class |
Follow |
class |
Ls |
class |
Mkdir |
class |
Mv |
class |
Pwd |
class |
Refresh |
class |
Rm |
Modifier and Type | Method and Description |
---|---|
protected void |
FileSystemCommandFactory.configureCommand(ShellCommand c,
Connection con) |
Modifier and Type | Class and Description |
---|---|
class |
Bsh |
class |
Run |
class |
Source |
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptCommandFactory.configureCommand(ShellCommand c,
Connection con) |
Constructor and Description |
---|
Console(InputStream in,
OutputStream out,
InputStream bindings,
Terminal terminal,
CommandFactory<ShellCommand> commandFactory) |
Copyright © 2024. All rights reserved.