| Package | Description |
|---|---|
| de.topobyte.utilities.apache.commons.cli.commands | |
| de.topobyte.utilities.apache.commons.cli.parsing |
| Modifier and Type | Method and Description |
|---|---|
ExecutionData |
ArgumentParser.parse(String
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanOption |
ArgumentHelper.getBoolean(CommandLine
|
static List |
ArgumentHelper.getBooleans(CommandLine
|
static DoubleOption |
ArgumentHelper.getDouble(CommandLine
|
static List |
ArgumentHelper.getDoubles(CommandLine
|
static IntegerOption |
ArgumentHelper.getInteger(CommandLine
|
static List |
ArgumentHelper.getIntegers(CommandLine
|
static LongOption |
ArgumentHelper.getLong(CommandLine
|
static List |
ArgumentHelper.getLongs(CommandLine
|
static boolean |
ArgumentHelper.parseBoolean(String
|
static double |
ArgumentHelper.parseDouble(String
|
static int |
ArgumentHelper.parseInteger(String
|
static long |
ArgumentHelper.parseLong(String
|