| Package | Description |
|---|---|
| org.unix4j.builder |
Defines interfaces and implementations used to create a command or a chain of
joined commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUnix4jCommandBuilder
Default implementation for
Unix4jCommandBuilder. |
| Modifier and Type | Method and Description |
|---|---|
static <B extends CommandBuilder> |
GenericCommandBuilder.createCommandBuilder(Class<B> commandBuilderInterface,
DefaultCommandBuilder defaultCommandBuilder,
CommandInterface<? extends Command<?>>... commandFactories)
Returns a new command builder implementing the specified
commandBuilderInterface. |
Copyright © 2017. All Rights Reserved.