public static class Commandline.Argument
extends java.lang.Object
| Constructor and Description |
|---|
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 © 2002-2015 The Apache Software Foundation. All Rights Reserved.