Sets whether or not ZAP was started with GUI. @param GUI true if ZAP was started with GUI, false otherwise
(boolean GUI)
| 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; |
no outgoing calls
no test coverage detected