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

Method getArgs

zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java:115–117  ·  view source on GitHub ↗

Gets the command line arguments. @return the command line arguments

()

Source from the content-addressed store, hash-verified

113 * @return the command line arguments
114 */
115 protected CommandLine getArgs() {
116 return args;
117 }
118
119 /**
120 * Gets the control overrides. Necessary for initialising {@code Control} and {@code Model}

Callers 8

ZapBootstrapMethod · 0.95
startMethod · 0.95
initModelMethod · 0.95
runMethod · 0.45
startMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected