Uses of Class
org.apache.camel.component.file.GenericFileOperationFailedException

Packages that use GenericFileOperationFailedException
org.apache.camel.component.file The File Component for working with file systems. 
 

Uses of GenericFileOperationFailedException in org.apache.camel.component.file
 

Methods in org.apache.camel.component.file that throw GenericFileOperationFailedException
 boolean GenericFileOperations.buildDirectory(String directory, boolean absolute)
          Builds the directory structure.
 boolean FileOperations.buildDirectory(String directory, boolean absolute)
           
 void GenericFileOperations.changeCurrentDirectory(String path)
          Change the current remote directory
 void FileOperations.changeCurrentDirectory(String path)
           
 boolean GenericFileOperations.deleteFile(String name)
          Deletes the file name by name, relative to the current directory
 boolean FileOperations.deleteFile(String name)
           
 String GenericFileOperations.getCurrentDirectory()
          Gets the current remote directory
 String FileOperations.getCurrentDirectory()
           
 List<T> GenericFileOperations.listFiles()
          List the files in the current directory
 List<File> FileOperations.listFiles()
           
 List<T> GenericFileOperations.listFiles(String path)
          List the files in the given remote directory
 List<File> FileOperations.listFiles(String path)
           
 boolean GenericFileOperations.renameFile(String from, String to)
          Renames the file
 boolean FileOperations.renameFile(String from, String to)
           
 boolean FileOperations.retrieveFile(String name, GenericFileExchange<File> exchange)
           
 boolean GenericFileOperations.retrieveFile(String name, GenericFileExchange<T> exchange)
          Retrieves the file
 boolean FileOperations.storeFile(String fileName, GenericFileExchange<File> exchange)
           
 boolean GenericFileOperations.storeFile(String name, GenericFileExchange<T> exchange)
          Stores the content as a new remote file (upload)
protected  void GenericFileProducer.writeFile(GenericFileExchange<T> exchange, String fileName)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.