Uses of Interface
net.morimekta.console.args.Property.Putter
-
Packages that use Property.Putter Package Description net.morimekta.console.args net.morimekta.console.util -
-
Uses of Property.Putter in net.morimekta.console.args
Constructors in net.morimekta.console.args with parameters of type Property.Putter Constructor Description Property(char shortName, java.lang.String metaKey, java.lang.String metaVar, java.lang.String usage, Property.Putter properties)
Create a property argument.Property(char shortName, java.lang.String metaKey, java.lang.String metaVar, java.lang.String usage, Property.Putter properties, boolean hidden)
Create a property argument.Property(char shortName, java.lang.String usage, Property.Putter properties)
Create a property argument with default key and value names.Property(java.lang.String name, char shortName, java.lang.String metaKey, java.lang.String metaVar, java.lang.String usage, Property.Putter properties, boolean hidden)
Create a property argument.Property(java.lang.String name, char shortName, java.lang.String usage, Property.Putter properties)
Create a property argument with default key and value names. -
Uses of Property.Putter in net.morimekta.console.util
Methods in net.morimekta.console.util that return Property.Putter Modifier and Type Method Description default Property.Putter
Parser. andPut(Parser.TypedPutter<T> putter)
Make a property putter that calls a typed putter with the parsed value.Methods in net.morimekta.console.util with parameters of type Property.Putter Modifier and Type Method Description static java.util.function.Consumer<java.lang.String>
Parser. putAs(Property.Putter putter, java.lang.String key)
Convenience method to put a specific value into a putter.
-