MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / parse

Method parse

zap/src/main/java/org/parosproxy/paros/CommandLine.java:244–248  ·  view source on GitHub ↗
(
            List<CommandLineArgument[]> commandList, Map<String, CommandLineListener> extMap)

Source from the content-addressed store, hash-verified

242 }
243
244 public void parse(
245 List<CommandLineArgument[]> commandList, Map<String, CommandLineListener> extMap)
246 throws Exception {
247 this.parse(commandList, extMap, true);
248 }
249
250 /**
251 * Parse the command line arguments

Callers

nothing calls this directly

Calls 15

getNameMethod · 0.95
setEnabledMethod · 0.95
getNumOfArgumentsMethod · 0.95
getPatternMethod · 0.95
getArgumentsMethod · 0.95
getErrorMessageMethod · 0.95
handleFileMethod · 0.95
startsWithMethod · 0.80
getMethod · 0.65
getNameMethod · 0.65
findMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected