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 booleanSftpConsumer.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 voidSftpComponent.afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) protected booleanSftpConsumer.doPollDirectory(String absolutePath, String dirName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) protected booleanSftpConsumer.isMatched(org.apache.camel.component.file.GenericFile<SftpRemoteFile> file, String doneFileName, SftpRemoteFile[] files) protected booleanSftpConsumer.pollDirectory(String fileName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) protected booleanSftpConsumer.pollSubDirectory(String absolutePath, String dirName, List<org.apache.camel.component.file.GenericFile<SftpRemoteFile>> fileList, int depth) voidSftpOperations.setEndpoint(org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile> endpoint) protected voidSftpConsumer.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)