Package | Description |
---|---|
org.unix4j.builder |
Defines interfaces and implementations used to create a command or a chain of
joined commands.
|
org.unix4j.operation |
Contains the
LineOperation
interface and the AdHocCommand
implementation facilitating the creation of ad-hoc commands. |
org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
Modifier and Type | Method and Description |
---|---|
CommandBuilder |
CommandBuilder.apply(LineOperation operation)
Adds a new command based on the specified operation and adds it to the
chain of commands held by this builder.
|
CommandBuilder |
DefaultCommandBuilder.apply(LineOperation operation) |
Modifier and Type | Method and Description |
---|---|
LineOperation |
AdHocCommand.Args.getOperation() |
Constructor and Description |
---|
AdHocCommand(LineOperation operation) |
Args(LineOperation operation)
Constructor with the single operation argument passed to the
constructor of
AdHocCommand . |
Modifier and Type | Method and Description |
---|---|
Unix4jCommandBuilder |
Unix4jCommandBuilder.apply(LineOperation operation) |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.apply(LineOperation operation) |
Copyright © 2024. All rights reserved.