Uses of Interface
org.apache.camel.component.file.remote.SftpRemoteFile
Packages that use SftpRemoteFile
Package
Description
Defines the File transport for communicating with Remote Files and FTP
Strategies for the FTP Component.
-
Uses of SftpRemoteFile in org.apache.camel.component.file.remote
Classes in org.apache.camel.component.file.remote that implement SftpRemoteFileMethods in org.apache.camel.component.file.remote that return SftpRemoteFileMethods in org.apache.camel.component.file.remote that return types with arguments of type SftpRemoteFileModifier and TypeMethodDescriptionprotected RemoteFileConsumer<SftpRemoteFile>
SftpEndpoint.buildConsumer
(org.apache.camel.Processor processor) protected org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile>
protected org.apache.camel.component.file.GenericFileProducer<SftpRemoteFile>
SftpEndpoint.buildProducer()
protected org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile>
SftpEndpoint.createGenericFileStrategy()
SftpEndpoint.createRemoteFileOperations()
org.apache.camel.component.file.GenericFile<SftpRemoteFile>
SftpOperations.newGenericFile()
Methods in org.apache.camel.component.file.remote with parameters of type SftpRemoteFileModifier and TypeMethodDescriptionprotected boolean
SftpConsumer.isMatched
(org.apache.camel.component.file.GenericFile<SftpRemoteFile> file, String doneFileName, SftpRemoteFile[] files) Method parameters in org.apache.camel.component.file.remote with type arguments of type SftpRemoteFileModifier and TypeMethodDescriptionprotected void
SftpComponent.afterPropertiesSet
(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) protected boolean
SftpConsumer.doPollDirectory
(String absolutePath, String dirName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) protected boolean
SftpConsumer.isMatched
(org.apache.camel.component.file.GenericFile<SftpRemoteFile> file, String doneFileName, SftpRemoteFile[] files) protected boolean
SftpConsumer.pollDirectory
(String fileName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) protected boolean
SftpConsumer.pollSubDirectory
(String absolutePath, String dirName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) void
SftpOperations.setEndpoint
(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) protected void
SftpConsumer.updateFileHeaders
(org.apache.camel.component.file.GenericFile<SftpRemoteFile> file, org.apache.camel.Message message) Constructor parameters in org.apache.camel.component.file.remote with type arguments of type SftpRemoteFileModifierConstructorDescriptionSftpConsumer
(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy) SftpConsumer
(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy) SftpConsumer
(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy) -
Uses of SftpRemoteFile in org.apache.camel.component.file.remote.strategy
Methods in org.apache.camel.component.file.remote.strategy that return types with arguments of type SftpRemoteFileModifier and TypeMethodDescriptionorg.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile>
SftpProcessStrategyFactory.createGenericFileProcessStrategy
(org.apache.camel.CamelContext context, Map<String, Object> params)