Class CommandLine

java.lang.Object
org.apache.ivy.util.cli.CommandLine

public class CommandLine extends Object
  • Constructor Details

    • CommandLine

      public CommandLine()
  • Method Details

    • hasOption

      public boolean hasOption(String option)
    • getOptionValue

      public String getOptionValue(String option)
    • getOptionValue

      public String getOptionValue(String option, String defaultValue)
    • getOptionValues

      public String[] getOptionValues(String option)
    • getLeftOverArgs

      public String[] getLeftOverArgs()