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
HybridDriver
class
NativeDriver
Methods in io.github.toolfactory.jvm that return Driver Modifier and Type Method Description static Driver
Driver.Factory. getNew()
static Driver
Driver.Factory. getNew(String className)
static Driver
Driver.Factory. getNewDefault()
static Driver
Driver.Factory. getNewHybrid()
static Driver
Driver.Factory. getNewNative()