| Interface | Description |
|---|---|
| TypeConversionRegistrar |
Registers
TypeConversions.Conversion's constructed using old Java6 inheritance. |
| TypeConversions |
I am so stupid, that I forgotten to change this javadoc, me fool.
|
| TypeConversions.Conversion<T> |
Converts
String value of a flag into the desired type. |
| Class | Description |
|---|---|
| ClassMetadata |
Stores description and other flag attributes.
|
| ClassMetadataIndex |
Stores metadata for classes scanned by java-cli.
|
| Cli |
Stores arguments values and provides
Flag> accessors for the values. |
| Flag<T> |
Provides Flag value and type-conversion to program classes.
|
| FlagID | |
| FlagIndex<T> |
Stores value objects indexed by
FlagID in a Multimap fashion
and allows for easy access by any FlagID attribute. |
| FlagMetadata |
Stores description and other flag attributes.
|
| TypeConversionsImpl |
Stores and provides type conversion functions for
Flag> accessors. |
Copyright © 2016. All rights reserved.