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 class
SftpRemoteFileJCraft
class
SftpRemoteFileSingle
Methods 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 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 SftpRemoteFile Modifier and Type Method Description protected 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 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)
-