| Package | Description |
|---|---|
| com.github.yin.flags |
| Modifier and Type | Method and Description |
|---|---|
static <T> Flag<T> |
Flags.create(Class<T> type,
String name)
Returns flag value accessor, which can be used to retrieve the actual flag value supplied
by command line arguments or by other mechanism (such as
initForTesting()). |
static Flag<String> |
Flags.string(String name)
Returns flag value accessor for
String type. |
Copyright © 2016. All rights reserved.