Uses of Interface
io.github.toolfactory.jvm.Driver
Package | Description |
---|---|
io.github.toolfactory.jvm |
-
Uses of Driver in io.github.toolfactory.jvm
Classes in io.github.toolfactory.jvm that implement Driver Modifier and Type Class Description class
DefaultDriver
class
DriverAbst
class
HybridDriver
class
NativeDriver
Methods in io.github.toolfactory.jvm with type parameters of type Driver Modifier and Type Method Description static <D extends Driver>
DDriver.Factory. getNew(java.lang.String className)
static <D extends Driver>
DDriver.Factory. getNewDefault()
static <D extends Driver>
DDriver.Factory. getNewHybrid()
static <D extends Driver>
DDriver.Factory. getNewNative()
Methods in io.github.toolfactory.jvm that return Driver Modifier and Type Method Description static Driver
Driver.Factory. getNew()
Method parameters in io.github.toolfactory.jvm with type arguments of type Driver Modifier and Type Method Description static void
Driver.Factory. setDefaultDriverClass(java.lang.Class<? extends Driver> cls)
static void
Driver.Factory. setHybridDriverClass(java.lang.Class<? extends Driver> cls)
static void
Driver.Factory. setNativeDriverClass(java.lang.Class<? extends Driver> cls)