| Package | Description |
|---|---|
| net.morimekta.console.args |
| Modifier and Type | Class and Description |
|---|---|
class |
Flag
Similar to
Option, but without any value argument. |
class |
Option
Named option that for each invocation takes a single argument value,
either the next argument, or from the same argument after a '='
delimiter.
|
class |
Property
A property is an option where the value is a key-value pair, and applies
the key value onto a putter.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends BaseOption> |
ArgumentParser.add(O option)
Add a command line option.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<BaseOption> |
ArgumentOptions.getOptionComparator() |
| Modifier and Type | Method and Description |
|---|---|
ArgumentOptions |
ArgumentOptions.withOptionComparator(Comparator<BaseOption> comparator) |
Copyright © 2016. All rights reserved.