public class CliOptionsProcessor extends Object
| Constructor and Description |
|---|
CliOptionsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.cli.CommandLine |
getCommandLine() |
void |
printCliUsage() |
boolean |
process(String[] argv) |
void |
setCommandLine(org.apache.commons.cli.CommandLine commandLine) |
public boolean process(String[] argv)
public void printCliUsage()
public org.apache.commons.cli.CommandLine getCommandLine()
public void setCommandLine(org.apache.commons.cli.CommandLine commandLine)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.