See: Description
| Interface | Description |
|---|---|
| CommandBuilder |
A builder used to build a single command or a chain of joined commands.
|
| To |
Interface defining command execution and output redirection methods.
|
| Unix4jCommandBuilder |
Builder for a unix4j command or a chain of joined commands.
|
| Class | Description |
|---|---|
| DefaultCommandBuilder |
Default implementation for a
CommandBuilder. |
| DefaultUnix4jCommandBuilder |
Default implementation for
Unix4jCommandBuilder. |
| GenericCommandBuilder |
Generic builder dynamically creating an implementation of an interface
extending
CommandBuilder based on a series of command factories for
all the methods present in that interface. |
Copyright © 2017. All Rights Reserved.