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