org.apache.maven.it.util.cli
public static class Commandline.Argument extends java.lang.Object
Constructor and Description |
---|
Commandline.Argument() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getParts()
Returns the parts this Argument consists of.
|
void |
setFile(java.io.File value)
Sets a single commandline argument to the absolute filename
of the given file.
|
void |
setLine(java.lang.String line)
Line to split into several commandline arguments.
|
void |
setValue(java.lang.String value)
Sets a single commandline argument.
|
public void setValue(java.lang.String value)
value
- a single commandline argument.public void setLine(java.lang.String line)
line
- line to split into several commandline argumentspublic void setFile(java.io.File value)
value
- a single commandline argument.public java.lang.String[] getParts()
Copyright © 2014. All Rights Reserved.