Uses of Class
org.apache.ivy.util.cli.CommandLine
-
Packages that use CommandLine Package Description org.apache.ivy org.apache.ivy.util.cli -
-
Uses of CommandLine in org.apache.ivy
Methods in org.apache.ivy with parameters of type CommandLine Modifier and Type Method Description private static java.util.List<java.io.File>
Main. getExtraClasspathFileList(CommandLine line)
Parses thecp
option from the command line, and returns a list ofFile
.private static void
Main. initMessage(CommandLine line, Ivy ivy)
private static IvySettings
Main. initSettings(CommandLine line, Ivy ivy)
private static ResolveReport
Main. run(CommandLine line, boolean isCli)
-
Uses of CommandLine in org.apache.ivy.util.cli
Methods in org.apache.ivy.util.cli that return CommandLine Modifier and Type Method Description CommandLine
CommandLineParser. parse(java.lang.String[] args)
-