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.
|
Class | Description |
---|---|
DefaultCommandBuilder |
Default implementation for a
CommandBuilder . |
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 © 2024. All rights reserved.