- java.lang.Object
-
- io.github.mmm.nls.cli.property.AbstractCliProperty<C>
-
- io.github.mmm.nls.cli.property.CliCollectionProperty<E,List<E>>
-
- io.github.mmm.nls.cli.property.CliListProperty<Class<? extends T>>
-
- io.github.mmm.nls.cli.property.CliClassListProperty<T>
-
- Type Parameters:
T
- type ofupper bound
.
- All Implemented Interfaces:
CliProperty<List<Class<? extends T>>>
public class CliClassListProperty<T> extends CliListProperty<Class<? extends T>>
CliListProperty
containingClass
elements.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CliClassListProperty(Localizable help, Class<T> bound, boolean mandatory, String... names)
The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.nls.cli.property.CliListProperty
add, get, getValueClass, set
-
Methods inherited from class io.github.mmm.nls.cli.property.CliCollectionProperty
addFromString, isEmpty, setFromString
-
Methods inherited from class io.github.mmm.nls.cli.property.AbstractCliProperty
getHelp, getNames, isMandatory, isOption, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.nls.cli.property.CliProperty
getAsString, getName, isValid, validate
-
-
-
-
Constructor Detail
-
CliClassListProperty
public CliClassListProperty(Localizable help, Class<T> bound, boolean mandatory, String... names)
The constructor.- Parameters:
help
- thehelp message
.bound
- theupper bound
.mandatory
- themandatory
flag.names
- thenames
.
-
-