Uses of Interface
org.apache.camel.component.file.remote.SftpRemoteFile
-
Packages that use SftpRemoteFile Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTPorg.apache.camel.component.file.remote.strategy 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 SftpRemoteFile Modifier and Type Class Description classSftpRemoteFileJCraftclassSftpRemoteFileSingleMethods in org.apache.camel.component.file.remote that return SftpRemoteFile Modifier and Type Method Description SftpRemoteFile[]SftpOperations. listFiles()SftpRemoteFile[]SftpOperations. listFiles(String path)Methods in org.apache.camel.component.file.remote that return types with arguments of type SftpRemoteFile Modifier and Type Method Description protected RemoteFileConsumer<SftpRemoteFile>SftpEndpoint. buildConsumer(org.apache.camel.Processor processor)protected org.apache.camel.component.file.GenericFileEndpoint<SftpRemoteFile>SftpComponent. buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters)protected org.apache.camel.component.file.GenericFileProducer<SftpRemoteFile>SftpEndpoint. buildProducer()protected org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile>SftpEndpoint. createGenericFileStrategy()RemoteFileOperations<SftpRemoteFile>SftpEndpoint. createRemoteFileOperations()org.apache.camel.component.file.GenericFile<SftpRemoteFile>SftpOperations. newGenericFile()Methods in org.apache.camel.component.file.remote with parameters of type SftpRemoteFile Modifier and Type Method Description protected 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 SftpRemoteFile Modifier and Type Method Description protected 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 SftpRemoteFile Constructor Description 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)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 SftpRemoteFile Modifier and Type Method Description org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile>SftpProcessStrategyFactory. createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)
-