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

Method isGUI

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

Tells whether or not ZAP was started with GUI. @return true if ZAP was started with GUI, false otherwise

()

Source from the content-addressed store, hash-verified

516 * @return {@code true} if ZAP was started with GUI, {@code false} otherwise
517 */
518 public boolean isGUI() {
519 return GUI;
520 }
521
522 /**
523 * Sets whether or not ZAP was started with GUI.

Callers 5

emptyCommandLineMethod · 0.45
daemonFlagMethod · 0.45
createZapBootstrapMethod · 0.45
initModelMethod · 0.45

Calls

no outgoing calls

Tested by 3

emptyCommandLineMethod · 0.36
daemonFlagMethod · 0.36