| Interface | Description |
|---|---|
| TypeConversion.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-flags.
|
| 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.
|
| Flags |
Parses program arguments in a specified format and initializes registered static class fields in different
application components.
|
| TypeConversion |
Stores type conversion functions for
Flag> accessors. |
Copyright © 2016. All rights reserved.