Package | Description |
---|---|
org.apache.camel.component.file.remote |
Defines the File transport for communicating with Remote Files and FTP
|
Modifier and Type | Class and Description |
---|---|
class |
SftpRemoteFileJCraft |
class |
SftpRemoteFileSingle |
Modifier and Type | Method and 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() |
RemoteFileOperations<SftpRemoteFile> |
SftpEndpoint.createRemoteFileOperations() |
List<SftpRemoteFile> |
SftpOperations.listFiles() |
List<SftpRemoteFile> |
SftpOperations.listFiles(String path) |
Modifier and Type | Method and 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,
List<SftpRemoteFile> files) |
protected boolean |
SftpConsumer.isMatched(org.apache.camel.component.file.GenericFile<SftpRemoteFile> file,
String doneFileName,
List<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 and 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) |
Apache Camel