java.lang.Cloneable
Javac.ImplementationSpecificArgument
, Rmic.ImplementationSpecificArgument
public class ImplementationSpecificArgument extends Commandline.Argument
description, location, project
Constructor | Description |
---|---|
ImplementationSpecificArgument() |
Modifier and Type | Method | 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.
|
getParts, setFile, setLine, setPath, setPathref, setPrefix, setSuffix, setValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
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()