Class CmdParameters.ParameterValue
- java.lang.Object
-
- org.nuxeo.ecm.platform.commandline.executor.api.CmdParameters.ParameterValue
-
- Enclosing class:
- CmdParameters
public static class CmdParameters.ParameterValue extends Object
A parameter value holding either a single String or a list of Strings.- Since:
- 7.10
-
-
Constructor Summary
Constructors Constructor Description ParameterValue(String value)
ParameterValue(List<String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
List<String>
getValues()
boolean
isMulti()
Checks whether this is multi-valued.
-