| Interface | Description |
|---|---|
| CommandLineExecutorService |
Interface for the service that manages commandline execution.
|
| Class | Description |
|---|---|
| CmdParameters |
Wraps command parameters (String or File).
|
| CommandAvailability |
Represents the availability status of a command.
|
| ExecResult |
Wraps result of the command-line execution:
output buffer,
return code,
java Exception.
|
| Exception | Description |
|---|---|
| CommandNotAvailable |
Exception indicating that the target command is not available:
because it was never registered,
because it was disabled,
because the target command is not installed on the server *.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.