Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Field and Description |
---|---|
static ParameterExpander.Parameter |
ParameterExpander.INPUTS |
static ParameterExpander.Parameter |
ParameterExpander.NOW |
static ParameterExpander.Parameter |
ParameterExpander.SUBST |
Modifier and Type | Method and Description |
---|---|
protected static ParameterExpander.Parameter |
ParameterExpander.systemParameter(String name) |
static ParameterExpander.Parameter |
ParameterExpander.userParameter(String name) |
Modifier and Type | Method and Description |
---|---|
Map<ParameterExpander.Parameter,String> |
ParameterExpander.substitution() |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterExpander.parseArgument(String arg,
List<String> inputs,
Map<ParameterExpander.Parameter,String> substitution) |
see also the complete user documentation .