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

Method setGUI

zap/src/main/java/org/parosproxy/paros/CommandLine.java:527–529  ·  view source on GitHub ↗

Sets whether or not ZAP was started with GUI. @param GUI true if ZAP was started with GUI, false otherwise

(boolean GUI)

Source from the content-addressed store, hash-verified

525 * @param GUI {@code true} if ZAP was started with GUI, {@code false} otherwise
526 */
527 public void setGUI(boolean GUI) {
528 this.GUI = GUI;
529 }
530
531 public boolean isDaemon() {
532 return daemon;

Callers 3

parseSwitchsMethod · 0.95
parseKeywordsMethod · 0.95
initModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected