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 OperationOperation. 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 booleanFileOperations. isSupported(Operation op)Checks whether the given operation is supported.booleanLocalFileOperations. isSupported(Operation op)Checks whether the given operation is supported.booleanRemoteToRemoteFileOperations. isSupported(Operation op)Checks whether the given operation is supported.booleanSftpFileOperations. isSupported(Operation op)Checks whether the given operation is supported.booleanSmbFileOperations. isSupported(Operation op)Checks whether the given operation is supported.
-