Class ParsedCommandLineOption

java.lang.Object
org.apache.maven.wrapper.cli.ParsedCommandLineOption

public class ParsedCommandLineOption extends Object
Parsed command line option.
  • Constructor Details

    • ParsedCommandLineOption

      public ParsedCommandLineOption()
  • Method Details

    • getValue

      public String getValue()
    • getValues

      public List<String> getValues()
    • addArgument

      public void addArgument(String argument)
    • hasValue

      public boolean hasValue()