public static class Commandline.Argument extends Object
Constructor and Description |
---|
Commandline.Argument() |
Modifier and Type | Method and Description |
---|---|
String[] |
getParts()
Returns the parts this Argument consists of.
|
void |
setFile(File value)
Sets a single commandline argument to the absolute filename
of the given file.
|
void |
setLine(String line)
Line to split into several commandline arguments.
|
void |
setValue(String value)
Sets a single commandline argument.
|
public void setValue(String value)
value
- a single commandline argument.public void setLine(String line)
line
- line to split into several commandline argumentspublic void setFile(File value)
value
- a single commandline argument.public String[] getParts()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.