Uses of Class
org.apache.camel.component.file.GenericFileOperationFailedException
Packages that use GenericFileOperationFailedException
Package
Description
The File Component for working with file systems.
Strategies for the File Component.
-
Uses of GenericFileOperationFailedException in org.apache.camel.component.file
Methods in org.apache.camel.component.file that throw GenericFileOperationFailedExceptionModifier and TypeMethodDescriptionboolean
FileOperations.buildDirectory
(String directory, boolean absolute) boolean
GenericFileOperations.buildDirectory
(String directory, boolean absolute) Builds the directory structure.void
FileOperations.changeCurrentDirectory
(String path) void
GenericFileOperations.changeCurrentDirectory
(String path) Change the current remote directoryvoid
FileOperations.changeToParentDirectory()
void
GenericFileOperations.changeToParentDirectory()
Change the current remote directory to the parentboolean
FileOperations.deleteFile
(String name) boolean
GenericFileOperations.deleteFile
(String name) Deletes the file name by name, relative to the current directoryboolean
FileOperations.existsFile
(String name) boolean
GenericFileOperations.existsFile
(String name) Determines whether the files exists or notFileOperations.getCurrentDirectory()
GenericFileOperations.getCurrentDirectory()
Gets the current remote directoryFile[]
FileOperations.listFiles()
File[]
T[]
GenericFileOperations.listFiles()
List the files in the current directoryT[]
List the files in the given remote directoryboolean
GenericFileDefaultMoveExistingFileStrategy.moveExistingFile
(GenericFileEndpoint<?> endpoint, GenericFileOperations<?> operations, String fileName) Moves any existing file due fileExists=Move is in use.void
FileOperations.releaseRetrievedFileResources
(org.apache.camel.Exchange exchange) void
GenericFileOperations.releaseRetrievedFileResources
(org.apache.camel.Exchange exchange) Releases the resources consumed by a retrieved fileboolean
FileOperations.renameFile
(String from, String to) boolean
GenericFileOperations.renameFile
(String from, String to) Renames the fileboolean
FileOperations.retrieveFile
(String name, org.apache.camel.Exchange exchange, long size) boolean
GenericFileOperations.retrieveFile
(String name, org.apache.camel.Exchange exchange, long size) Retrieves the fileboolean
boolean
Stores the content as a new remote file (upload)void
-
Uses of GenericFileOperationFailedException in org.apache.camel.component.file.strategy
Methods in org.apache.camel.component.file.strategy that throw GenericFileOperationFailedExceptionModifier and TypeMethodDescriptionboolean
FileMoveExistingStrategy.moveExistingFile
(GenericFileEndpoint<?> endpoint, GenericFileOperations<?> operations, String fileName) Moves any existing file due fileExists=Move is in use.