public class PTAOption
extends org.apache.commons.cli.Options
| Constructor and Description |
|---|
PTAOption() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOption(String brief,
String option,
String description)
add option "-brief -option" with description
|
protected void |
addOption(String brief,
String option,
String arg,
String description)
add option "-brief -option <arg>" with description
|
void |
parseCommandLine(String[] args) |
protected void |
parseCommandLineOptions(org.apache.commons.cli.CommandLine cmd)
Set all variables from the command line arguments.
|
protected void addOption(String brief, String option, String description)
protected void addOption(String brief, String option, String arg, String description)
public void parseCommandLine(String[] args)
protected void parseCommandLineOptions(org.apache.commons.cli.CommandLine cmd)
cmd - Copyright © 2024 Soot OSS. All rights reserved.