Uses of Class
org.refcodes.cli.ArrayOperand
-
-
Uses of ArrayOperand in org.refcodes.cli
Subclasses of ArrayOperand in org.refcodes.cli Modifier and Type Class Description class
ArrayOption<T>
Creates an array representation facade for the encapsulatedOption
.Methods in org.refcodes.cli that return ArrayOperand Modifier and Type Method Description static <T> ArrayOperand<T>
CliSugar. asArray(Operand<T> aOperand)
Creates an array representation facade for the encapsulatedOperand
.static <T> ArrayOperand<T>
CliSugar. asArray(Operand<T> aOperand, int aLength)
Creates an array representation facade for the encapsulatedOperand
.static <T> ArrayOperand<T>
CliSugar. asArray(Operand<T> aOperand, int aMinLength, int aMaxLength)
Creates an array representation facade for the encapsulatedOperand
.
-