public class ToxtreeOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
batch |
protected File |
input |
protected String |
module |
boolean |
noui |
protected File |
output |
| Constructor and Description |
|---|
ToxtreeOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.cli.Options |
createOptions() |
String |
getBatch() |
protected static String |
getBatch(org.apache.commons.cli.CommandLine line) |
File |
getInput() |
protected File |
getInput(org.apache.commons.cli.CommandLine line) |
String |
getModule() |
protected static String |
getModule(org.apache.commons.cli.CommandLine line) |
protected static boolean |
getNoUI(org.apache.commons.cli.CommandLine line) |
File |
getOutput() |
protected File |
getOutput(org.apache.commons.cli.CommandLine line) |
boolean |
isNoui() |
boolean |
parse(String[] args) |
protected static void |
printHelp(org.apache.commons.cli.Options options,
String message) |
void |
setBatch(String batch) |
void |
setInput(File input) |
void |
setModule(String module) |
void |
setNoui(boolean noui) |
void |
setOutput(File output) |
public boolean noui
protected File input
protected File output
protected String batch
protected String module
public boolean isNoui()
public void setNoui(boolean noui)
public File getInput()
public void setInput(File input)
public File getOutput()
public void setOutput(File output)
public String getBatch()
public void setBatch(String batch)
public String getModule()
public void setModule(String module)
protected org.apache.commons.cli.Options createOptions()
protected static String getModule(org.apache.commons.cli.CommandLine line)
protected File getOutput(org.apache.commons.cli.CommandLine line) throws Exception
Exceptionprotected File getInput(org.apache.commons.cli.CommandLine line) throws Exception
Exceptionprotected static String getBatch(org.apache.commons.cli.CommandLine line)
protected static boolean getNoUI(org.apache.commons.cli.CommandLine line)
protected static void printHelp(org.apache.commons.cli.Options options,
String message)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.