- 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<Long>
-
- io.github.mmm.nls.cli.property.CliLongListProperty
-
- All Implemented Interfaces:
CliProperty<List<Long>>
public class CliLongListProperty extends CliListProperty<Long>
CliListPropertycontainingLongelements.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CliLongListProperty(Localizable help, 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
-
CliLongListProperty
public CliLongListProperty(Localizable help, boolean mandatory, String... names)
The constructor.- Parameters:
help- thehelp message.mandatory- themandatoryflag.names- thenames.
-
-