Uses of Interface
com.vrondakis.zap.ZapDriver
-
Packages that use ZapDriver Package Description com.vrondakis.zap -
-
Uses of ZapDriver in com.vrondakis.zap
Classes in com.vrondakis.zap that implement ZapDriver Modifier and Type Class Description class
ZapDriverImpl
Methods in com.vrondakis.zap with type parameters of type ZapDriver Modifier and Type Method Description static <T extends ZapDriver>
ZapDriverZapDriverController. newDriver(Run run, PrintStream logger, Class<T> zapDriver)
static <T extends ZapDriver>
voidZapDriverController. setZapDriverClass(Class<T> zapDriver)
Methods in com.vrondakis.zap that return ZapDriver Modifier and Type Method Description static ZapDriver
ZapDriverController. getZapDriver(Run run, PrintStream logger)
static ZapDriver
ZapDriverController. newDriver(Run run, PrintStream logger)
static <T extends ZapDriver>
ZapDriverZapDriverController. newDriver(Run run, PrintStream logger, Class<T> zapDriver)
Constructors in com.vrondakis.zap with parameters of type ZapDriver Constructor Description ZapArchive(Run<?,?> run, PrintStream logger, ZapDriver zapDriver)
-