Class ParsedCommandLineOption

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

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

    • ParsedCommandLineOption Link icon

      public ParsedCommandLineOption()
  • Method Details Link icon

    • getValue Link icon

      public String getValue()
    • getValues Link icon

      public List<String> getValues()
    • addArgument Link icon

      public void addArgument(String argument)
    • hasValue Link icon

      public boolean hasValue()