| Package | Description |
|---|---|
| org.dishevelled.commandline |
Command line parser based on typed arguments.
|
| org.dishevelled.commandline.argument |
Implementations of the typed
Argument<E> interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
Switch
Switch.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Argument<?>> |
ArgumentList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArgumentList.add(Argument<?> argument)
Add the specified argument to this argument list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArgumentList.addAll(Collection<Argument<?>> arguments)
Add all of the arguments in the specified collection of arguments to this
argument list.
|
| Constructor and Description |
|---|
ArgumentList(Argument<?>... arguments)
Create a new argument list with the specified arguments.
|
| Constructor and Description |
|---|
ArgumentList(Collection<Argument<?>> arguments)
Create a new argument list with the arguments in the specified
collection of arguments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArgument<E>
Abstract implementation of Argument.
|
class |
BooleanArgument
A boolean argument.
|
class |
BooleanListArgument
A boolean list argument.
|
class |
BooleanSetArgument
A boolean set argument.
|
class |
ByteArgument
A byte argument.
|
class |
ByteListArgument
A byte list argument.
|
class |
ByteSetArgument
A byte set argument.
|
class |
CharacterArgument
A character argument.
|
class |
DateArgument
A date argument.
|
class |
DoubleArgument
A double argument.
|
class |
DoubleListArgument
A double list argument.
|
class |
DoubleSetArgument
A double set argument.
|
class |
FileArgument
A file argument.
|
class |
FileListArgument
A file list argument.
|
class |
FileSetArgument
A file set argument.
|
class |
FloatArgument
A float argument.
|
class |
FloatListArgument
A float list argument.
|
class |
FloatSetArgument
A float set argument.
|
class |
IntegerArgument
A integer argument.
|
class |
IntegerListArgument
An integer list argument.
|
class |
IntegerSetArgument
An integer set argument.
|
class |
LongArgument
A long argument.
|
class |
LongListArgument
A long list argument.
|
class |
LongSetArgument
A long set argument.
|
class |
PathArgument
A path argument.
|
class |
PathListArgument
A path list argument.
|
class |
PathSetArgument
A path set argument.
|
class |
StringArgument
A string argument.
|
class |
StringListArgument
A string list argument.
|
class |
StringSetArgument
A string set argument.
|
class |
URLArgument
An URL argument.
|
class |
URLListArgument
An URL list argument.
|
class |
URLSetArgument
An URL set argument.
|
Copyright © 2004–2022 dishevelled.org. All rights reserved.