Uses of Class
org.apache.camel.component.file.remote.RemoteFile

Uses of RemoteFile in org.apache.camel.component.file.remote
 

Methods in org.apache.camel.component.file.remote that return RemoteFile
 RemoteFile<T> RemoteFile.copyFrom(RemoteFile<T> source)
           
 

Methods in org.apache.camel.component.file.remote that return types with arguments of type RemoteFile
static Comparator<RemoteFile> DefaultRemoteFileSorter.sortByLastModified(boolean reverse)
          Returns a new sort by last modified (newest first)
static Comparator<RemoteFile> DefaultRemoteFileSorter.sortByName(boolean reverse)
          Returns a new sort by name
static Comparator<RemoteFile> DefaultRemoteFileSorter.sortByPathName(boolean reverse)
          Returns a new sort by path name
static Comparator<RemoteFile> DefaultRemoteFileSorter.sortBySize(boolean reverse)
          Returns a new sort by file size (smallest first)
 

Methods in org.apache.camel.component.file.remote with parameters of type RemoteFile
 RemoteFile<T> RemoteFile.copyFrom(RemoteFile<T> source)
           
 



Apache CAMEL