Class ArgumentScope
java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ArgumentScope
An argument scope are multiple arguments but if an argument cannot be substituted, the whole argument scope will be empty.
E.g. for a named argument the name and the value will be in one argument scope. If the value cannot be replaced, then the whole argument scope is empty.
example: "-v ${myv}". If myv cannot be replaced then also the argument -v is not included.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
arguments
-
inScope
private final boolean inScope
-
-
Constructor Details
-
ArgumentScope
-
-
Method Details
-
getSubsitutedArguments
-
getRawArguments
-
lookUp
-