public class GetOpt extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOpt.Definition |
static class |
GetOpt.Option |
| Constructor and Description |
|---|
GetOpt() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GetOpt.Definition def) |
GetOpt |
add(String longName,
String shortName,
boolean hasArg,
String helpText) |
Iterable<GetOpt.Definition> |
definitions() |
int |
getOptind() |
Iterable<GetOpt.Option> |
parseOptions(String... av) |
public void add(GetOpt.Definition def)
public Iterable<GetOpt.Definition> definitions()
public int getOptind()
public Iterable<GetOpt.Option> parseOptions(String... av)
Copyright © 2013–2014. All rights reserved.