Uses of Class
io.github.mmm.nls.cli.property.AbstractCliProperty
-
Packages that use AbstractCliProperty Package Description io.github.mmm.nls.cli.property Contains properties for data-binding to CLI commands. -
-
Uses of AbstractCliProperty in io.github.mmm.nls.cli.property
Subclasses of AbstractCliProperty in io.github.mmm.nls.cli.property Modifier and Type Class Description class
CliBooleanProperty
Implementation ofCliProperty
forBoolean
.class
CliClassListProperty<T>
CliListProperty
containingClass
elements.class
CliClassProperty<T>
Implementation ofCliProperty
forClass
.class
CliCollectionProperty<E,C extends Collection<E>>
Implementation ofCliProperty
forCollection
.class
CliFlagProperty
CliBooleanProperty
for aCliOption
treated as flag so that it does not require a value andtrue
is used as value if the option is given without value.class
CliListProperty<E>
Implementation ofCliProperty
forList
.class
CliLocalDateProperty
Implementation ofCliProperty
forLocalDate
.class
CliLocaleListProperty
CliListProperty
containingLocale
elements.class
CliLocaleProperty
Implementation ofCliProperty
forLocale
.class
CliLocalTimeProperty
Implementation ofCliProperty
forLocalTime
.class
CliLongListProperty
CliListProperty
containingLong
elements.class
CliLongProperty
Implementation ofCliProperty
forLong
.class
CliSetProperty<E>
Implementation ofCliProperty
forSet
.class
CliStringListProperty
CliListProperty
containingString
elements.class
CliStringProperty
Implementation ofCliProperty
forString
.
-