Package org.apache.ivy.util.cli
Class CommandLine
java.lang.Object
org.apache.ivy.util.cli.CommandLine
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addOptionValues
(String option, String[] values) String[]
getOptionValue
(String option) getOptionValue
(String option, String defaultValue) String[]
getOptionValues
(String option) boolean
(package private) void
setLeftOverArgs
(String[] args)
-
Field Details
-
optionValues
-
leftOverArgs
-
-
Constructor Details
-
CommandLine
public CommandLine()
-
-
Method Details
-
addOptionValues
-
setLeftOverArgs
-
hasOption
-
getOptionValue
-
getOptionValue
-
getOptionValues
-
getLeftOverArgs
-