Package | Description |
---|---|
org.unix4j.context |
Contains interfaces and classes defining the
ExecutionContext passed to the
execute
method of commands. |
org.unix4j.unix.xargs |
Contains private classes used by the
xargs command. |
org.unix4j.variable |
Defines interfaces and classes to facilitate variables that can be used as
command arguments.
|
Modifier and Type | Method and Description |
---|---|
VariableContext |
ExecutionContext.getVariableContext() |
VariableContext |
DefaultExecutionContext.getVariableContext() |
VariableContext |
DerivedExecutionContext.getVariableContext() |
Modifier and Type | Method and Description |
---|---|
void |
DerivedExecutionContext.setVariableContext(VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
protected VariableContext |
XargsLineProcessor.getVariableContext() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVariableContext
Default implementation of
VariableContext . |
Copyright © 2024. All rights reserved.