| Package | Description |
|---|---|
| net.morimekta.console.args | |
| net.morimekta.console.util |
| Constructor and Description |
|---|
Property(char shortName,
String usage,
Property.Putter properties)
Create a property argument with default key and value names.
|
Property(char shortName,
String metaKey,
String metaVar,
String usage,
Property.Putter properties)
Create a property argument.
|
Property(char shortName,
String metaKey,
String metaVar,
String usage,
Property.Putter properties,
boolean hidden)
Create a property argument.
|
Property(String name,
char shortName,
String usage,
Property.Putter properties)
Create a property argument with default key and value names.
|
Property(String name,
char shortName,
String metaKey,
String metaVar,
String usage,
Property.Putter properties,
boolean hidden)
Create a property argument.
|
| Modifier and Type | Method and Description |
|---|---|
default Property.Putter |
Parser.andPut(Parser.TypedPutter<T> putter)
Make a property putter that calls a typed putter with the parsed value.
|
| Modifier and Type | Method and Description |
|---|---|
static Consumer<String> |
Parser.putAs(Property.Putter putter,
String key)
Convenience method to put a specific value into a putter.
|
Copyright © 2016. All rights reserved.