public class CommandLineArguments extends Object
| Constructor and Description |
|---|
CommandLineArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArg(String arg) |
void |
addArg(String arg1,
String arg2) |
List |
getArgs() |
String |
getCommandsFile()
Generate the Commands file and return the filename to it.
|
Iterator |
iterator() |
void |
setUseCommandsFile(boolean useCommandsFile) |
boolean |
useCommandsFile() |
public void addArg(String arg)
public List getArgs()
public String getCommandsFile() throws IOException
IOExceptionpublic Iterator iterator()
public void setUseCommandsFile(boolean useCommandsFile)
useCommandsFile - The useCommandsFile to set.public boolean useCommandsFile()
Copyright © 2005-2014 Codehaus. All Rights Reserved.