Tells whether or not ZAP was started with GUI. @return true if ZAP was started with GUI, false otherwise
()
| 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. |
no outgoing calls