Modifier and Type | Field and Description |
---|---|
protected static Map<String,CommandLineDescriptor> |
CommandLineExecutorComponent.commandDescriptors |
Modifier and Type | Method and Description |
---|---|
static CommandLineDescriptor |
CommandLineExecutorComponent.getCommandDescriptor(String commandName) |
Modifier and Type | Method and Description |
---|---|
CommandTestResult |
DefaultCommandTester.test(CommandLineDescriptor cmdDescriptor) |
CommandTestResult |
CommandTester.test(CommandLineDescriptor cmdDescriptor) |
Modifier and Type | Method and Description |
---|---|
ExecResult |
ShellExecutor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params)
Deprecated.
|
ExecResult |
Executor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params)
Deprecated.
Since 7.4. Prefer use of
Executor.exec(CommandLineDescriptor, CmdParameters, EnvironmentDescriptor) |
ExecResult |
ShellExecutor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env) |
ExecResult |
Executor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env)
No exception is thrown but the returned
ExecResult contains everything about the command execution,
including an optional exception. |
protected ExecResult |
ShellExecutor.exec1(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env) |
Copyright © 2017 Nuxeo. All rights reserved.