| Modifier and Type | Class and Description |
|---|---|
class |
ShellCommandFactory |
| Modifier and Type | Field and Description |
|---|---|
protected CommandFactory<ShellCommand> |
Msh.commandFactory |
| Modifier and Type | Method and Description |
|---|---|
CommandFactory<T> |
CommandFactory.addConfigurator(CommandConfigurator<T> configurator) |
CommandFactory<ShellCommand> |
Msh.getCommandFactory() |
CommandFactory<T> |
CommandFactory.installCommand(Class<? extends T> cls) |
CommandFactory<T> |
CommandFactory.installCommand(String cmd,
Class<? extends T> cls) |
CommandFactory<T> |
CommandFactory.removeConfigurator(CommandConfigurator<T> configurator) |
CommandFactory<T> |
CommandFactory.uninstallCommand(String cmd) |
| 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) |
ShellCommandFactory(CommandFactory<? extends ShellCommand>... commandFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminCommandFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemCommandFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptCommandFactory |
| Constructor and Description |
|---|
CommandCompletor(VirtualProcess process,
CommandFactory<T> commandFactory,
Connection con) |
Console(InputStream in,
OutputStream out,
InputStream bindings,
Terminal terminal,
CommandFactory<ShellCommand> commandFactory) |
Copyright © 2025. All rights reserved.