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