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 Details

    • CommaSeparatedParameterConsumer

      public CommaSeparatedParameterConsumer()
  • Method Details

    • consumeParameters

      public void consumeParameters(Stack<String> args, picocli.CommandLine.Model.ArgSpec argSpec, picocli.CommandLine.Model.CommandSpec commandSpec)
      Specified by:
      consumeParameters in interface picocli.CommandLine.IParameterConsumer