public class ReferencesToolOpts extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openimaj.tools.ExtendedCmdLineParser |
parser |
| Constructor and Description |
|---|
ReferencesToolOpts(String[] args)
Load the options from the arguments string
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isJar() |
void |
validate()
Validate the options, throwing a
CmdLineException if the
arguments are not valid. |
protected org.openimaj.tools.ExtendedCmdLineParser parser
public ReferencesToolOpts(String[] args) throws org.kohsuke.args4j.CmdLineException
args - the arguments stringorg.kohsuke.args4j.CmdLineException - if an error occurs