public class ZAP extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZAP.ProcessType
ZAP can be run in 4 different ways:
cmdline: an inline process that exits when it completes the tasks specified by the parameters
daemon: a single process with no Swing UI, typically run as a background process
desktop: a Swing based desktop tool (which is how is originated, as a fork of Paros Proxy)
zaas: a highly scalable distributed system with a web based UI, aka 'ZAP as a Service' (this is 'work in progress')
|
Constructor and Description |
---|
ZAP() |
Modifier and Type | Method and Description |
---|---|
static EventBus |
getEventBus() |
static ZAP.ProcessType |
getProcessType() |
static void |
main(String[] args)
Main method
|
public static void main(String[] args) throws Exception
args
- the arguments passed to the command line versionException
- if something wrong happenspublic static ZAP.ProcessType getProcessType()
public static EventBus getEventBus()