Uses of Class
adams.core.io.fileoperations.Operation
-
Packages that use Operation Package Description adams.core.io.fileoperations -
-
Uses of Operation in adams.core.io.fileoperations
Methods in adams.core.io.fileoperations that return Operation Modifier and Type Method Description static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.io.fileoperations with parameters of type Operation Modifier and Type Method Description boolean
FileOperations. isSupported(Operation op)
Checks whether the given operation is supported.boolean
FtpFileOperations. isSupported(Operation op)
Checks whether the given operation is supported.boolean
LocalFileOperations. isSupported(Operation op)
Checks whether the given operation is supported.boolean
RemoteToRemoteFileOperations. isSupported(Operation op)
Checks whether the given operation is supported.boolean
SftpFileOperations. isSupported(Operation op)
Checks whether the given operation is supported.boolean
SmbFileOperations. isSupported(Operation op)
Checks whether the given operation is supported.
-