| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces.application |
Base for applications, with options, CLI parser, and applications.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Apo_TypedCE<T>
A standard typed option that combines CLI and environment settings.
|
interface |
Apo_TypedCPE<T>
A standard typed option that combines CLI, property, and environment settings.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Apo_TypedE<?>> |
IsApplication.getEnvironmentOptions()
Returns all environment options.
|
static Collection<Apo_TypedE<?>> |
EnvironmentOptionsList.sortedList(Set<Apo_TypedE<?>> set)
Returns a sorted collection of environment options.
|
static TreeMap<String,Apo_TypedE<?>> |
EnvironmentOptionsList.sortedMap(Set<Apo_TypedE<?>> set)
Returns a mapping of comparison strings to typed environment options, a sorted map
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Apo_TypedE<?>> |
EnvironmentOptionsList.sortedList(Set<Apo_TypedE<?>> set)
Returns a sorted collection of environment options.
|
static TreeMap<String,Apo_TypedE<?>> |
EnvironmentOptionsList.sortedMap(Set<Apo_TypedE<?>> set)
Returns a mapping of comparison strings to typed environment options, a sorted map
|
Copyright © 2016–2017. All rights reserved.