Class CommaSeparatedParameterConsumer
java.lang.Object
io.jenkins.tools.pluginmodernizer.cli.CommaSeparatedParameterConsumer
- All Implemented Interfaces:
picocli.CommandLine.IParameterConsumer
public class CommaSeparatedParameterConsumer
extends Object
implements picocli.CommandLine.IParameterConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconsumeParameters(Stack<String> args, picocli.CommandLine.Model.ArgSpec argSpec, picocli.CommandLine.Model.CommandSpec commandSpec)
-
Constructor Details
-
CommaSeparatedParameterConsumer
public CommaSeparatedParameterConsumer()
-
-
Method Details