All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.softplan.security.zap.commons.boot.ZapNilBoot Maven / Gradle / Ivy

package br.com.softplan.security.zap.commons.boot;

import br.com.softplan.security.zap.commons.ZapInfo;

/**
 * Class to be used as the ZAP booter when ZAP is supposedly up and running.
 * 
 * @author pdsec
 */
public class ZapNilBoot extends AbstractZapBoot {

	@Override
	public void startZap(ZapInfo zapInfo) {}

	@Override
	public void stopZap() {}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy