Package | Description |
---|---|
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 | Class and Description |
---|---|
(package private) class |
DefaultItemStorage |
Modifier and Type | Interface and Description |
---|---|
interface |
VariableContext
The variable context is an extension of the somewhat simplistic
VariableResolver . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVariableContext
Default implementation of
VariableContext . |
class |
ExecutionContextVariableResolver
Variable resolver for values defined by the
ExecutionContext . |
class |
MapVariableResolver
Variable resolver based on an existing map, where the keys may or may not be
prefixed with the variable dollar sign '$'.
|
class |
SimpleVariableResolver
Simple variable resolver implementation backed by a map of variable names to
values.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVariableContext.addVariableResolver(VariableResolver resolver) |
void |
VariableContext.addVariableResolver(VariableResolver resolver)
Adds a variable resolver to this variable context.
|
void |
DefaultVariableContext.removeVariableResolver(VariableResolver resolver) |
void |
VariableContext.removeVariableResolver(VariableResolver resolver)
Removes the specified variable resolver if it exists and does nothing
otherwise.
|
Copyright © 2024. All rights reserved.