| Interface | Description |
|---|---|
| Answer |
Represents an non-interactive user input to a sentence.
|
| Command |
Command abstraction.
|
| ProcessExecution |
Representation of a process execution.
|
| ProcessExecutor |
Executor service which is able to execute external process as well as callables
|
| ProcessExecutorFactory |
Factory that creates process executors.
|
| ProcessInteraction |
Represents a process interaction that is handled in non-interactive manner
|
| Sentence |
Represents a line on standard output or standard error output
|
| Class | Description |
|---|---|
| CommandBuilder |
Builds
Commands. |
| ProcessInteractionBuilder |
Builder API for process interaction.
|
| TextAnswer |
Represents an non-interactive user input to a sentence.
|
| Enum | Description |
|---|---|
| NoAnswer |
Represents an empty or no answer.
|
| TerminateAnswer |
Represents an answer that causes process to be treated as finished
|
| Exception | Description |
|---|---|
| ProcessExecutionException |
Exception thrown in case that process execution failed
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.