public class ImplementationSpecificArgument extends Commandline.Argument
| Constructor and Description |
|---|
ImplementationSpecificArgument()
Constructor for ImplementationSpecificArgument.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getParts(String chosenImpl)
Return the parts this Argument consists of, if the
implementation matches the chosen implementation.
|
void |
setImplementation(String impl)
Set the implementation this argument is for.
|
getParts, setFile, setLine, setPath, setPathref, setPrefix, setSuffix, setValueclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic ImplementationSpecificArgument()
public final String[] getParts(String chosenImpl)
chosenImpl - the implementation to check against.Commandline.Argument.getParts()public void setImplementation(String impl)
impl - the implementation this command line argument is for.