Uses of Class
cz.tvrzna.dbrunk.utils.DbrunkType
-
Packages that use DbrunkType Package Description cz.tvrzna.dbrunk cz.tvrzna.dbrunk.utils -
-
Uses of DbrunkType in cz.tvrzna.dbrunk
Methods in cz.tvrzna.dbrunk with parameters of type DbrunkType Modifier and Type Method Description voidDbrunkService. init(DbrunkType dbType, String filePath)Inits the dbrunk service. -
Uses of DbrunkType in cz.tvrzna.dbrunk.utils
Methods in cz.tvrzna.dbrunk.utils that return DbrunkType Modifier and Type Method Description static DbrunkTypeDbrunkType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbrunkType[]DbrunkType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-