| Package | Description |
|---|---|
| org.unix4j.builder |
Defines interfaces and implementations used to create a command or a chain of
joined commands.
|
| org.unix4j.context |
Contains interfaces and classes defining the
ExecutionContext passed to the
execute
method of commands. |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContextFactory |
DefaultCommandBuilder.getContextFactory()
Returns the context factory used to create contexts for command
execution.
|
| Constructor and Description |
|---|
DefaultCommandBuilder(ExecutionContextFactory contextFactory)
Constructor using the specified factory to create contexts for command
execution.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionContextFactory |
DefaultExecutionContext.FACTORY
Factory returning a new instance of
DefaultExecutionContext using
the default constructor. |
Copyright © 2016. All Rights Reserved.