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.
|
Class and Description |
---|
VariableContext
The variable context is an extension of the somewhat simplistic
VariableResolver . |
Class and Description |
---|
VariableContext
The variable context is an extension of the somewhat simplistic
VariableResolver . |
VariableResolver
A variable resolver returns a variable value given the name of the variable.
|
Class and Description |
---|
ExecutionContextVariableResolver.Variable
Variable name constants for
ExecutionContext values. |
MapVariableResolver
Variable resolver based on an existing map, where the keys may or may not be
prefixed with the variable dollar sign '$'.
|
VariableContext
The variable context is an extension of the somewhat simplistic
VariableResolver . |
VariableResolver
A variable resolver returns a variable value given the name of the variable.
|
Copyright © 2024. All rights reserved.