Uses of Class
com.gpudb.filesystem.common.OpMode
-
Packages that use OpMode Package Description com.gpudb.filesystem.common -
-
Uses of OpMode in com.gpudb.filesystem.common
Fields in com.gpudb.filesystem.common declared as OpMode Modifier and Type Field Description protected OpModeFileOperation. opModeMethods in com.gpudb.filesystem.common that return OpMode Modifier and Type Method Description OpModeResult. getOpMode()static OpModeOpMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpMode[]OpMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gpudb.filesystem.common with parameters of type OpMode Modifier and Type Method Description voidResult. setOpMode(OpMode opMode)Constructors in com.gpudb.filesystem.common with parameters of type OpMode Constructor Description FileOperation(GPUdb db, OpMode opMode, List<String> fileNames, String dirName, boolean recursive, GPUdbFileHandler.Options fileHandlerOptions)
-