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 TypeMethodDescriptionbooleanFileOperations.buildDirectory(String directory, boolean absolute) booleanGenericFileOperations.buildDirectory(String directory, boolean absolute) Builds the directory structure.voidFileOperations.changeCurrentDirectory(String path) voidGenericFileOperations.changeCurrentDirectory(String path) Change the current remote directoryvoidFileOperations.changeToParentDirectory()voidGenericFileOperations.changeToParentDirectory()Change the current remote directory to the parentbooleanFileOperations.deleteFile(String name) booleanGenericFileOperations.deleteFile(String name) Deletes the file name by name, relative to the current directorybooleanFileOperations.existsFile(String name) booleanGenericFileOperations.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 directorybooleanGenericFileDefaultMoveExistingFileStrategy.moveExistingFile(GenericFileEndpoint<?> endpoint, GenericFileOperations<?> operations, String fileName) Moves any existing file due fileExists=Move is in use.voidFileOperations.releaseRetrievedFileResources(org.apache.camel.Exchange exchange) voidGenericFileOperations.releaseRetrievedFileResources(org.apache.camel.Exchange exchange) Releases the resources consumed by a retrieved filebooleanFileOperations.renameFile(String from, String to) booleanGenericFileOperations.renameFile(String from, String to) Renames the filebooleanFileOperations.retrieveFile(String name, org.apache.camel.Exchange exchange, long size) booleanGenericFileOperations.retrieveFile(String name, org.apache.camel.Exchange exchange, long size) Retrieves the filebooleanbooleanStores 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 TypeMethodDescriptionbooleanFileMoveExistingStrategy.moveExistingFile(GenericFileEndpoint<?> endpoint, GenericFileOperations<?> operations, String fileName) Moves any existing file due fileExists=Move is in use.