|
Change Parameter Type file : GenericFile<ChannelSftp.LsEntry> to file : GenericFile<SftpRemoteFile> in method protected updateFileHeaders(file GenericFile<SftpRemoteFile>, message Message) : void in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type file : ChannelSftp.LsEntry to file : SftpRemoteFile in method private asRemoteFile(absolutePath String, file SftpRemoteFile, charset String) : RemoteFile<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type fileList : List<GenericFile<ChannelSftp.LsEntry>> to fileList : List<GenericFile<SftpRemoteFile>> in method protected doPollDirectory(absolutePath String, dirName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type fileList : List<GenericFile<ChannelSftp.LsEntry>> to fileList : List<GenericFile<SftpRemoteFile>> in method protected pollSubDirectory(absolutePath String, dirName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type endpoint : GenericFileEndpoint<ChannelSftp.LsEntry> to endpoint : GenericFileEndpoint<SftpRemoteFile> in method public setEndpoint(endpoint GenericFileEndpoint<SftpRemoteFile>) : void in class org.apache.camel.component.file.remote.SftpOperations |
From |
To |
|
Change Parameter Type files : List<ChannelSftp.LsEntry> to files : List<SftpRemoteFile> in method protected isMatched(file GenericFile<SftpRemoteFile>, doneFileName String, files List<SftpRemoteFile>) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type endpoint : RemoteFileEndpoint<ChannelSftp.LsEntry> to endpoint : RemoteFileEndpoint<SftpRemoteFile> in method public SftpConsumer(endpoint RemoteFileEndpoint<SftpRemoteFile>, processor Processor, operations RemoteFileOperations<SftpRemoteFile>) in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type operations : RemoteFileOperations<ChannelSftp.LsEntry> to operations : RemoteFileOperations<SftpRemoteFile> in method public SftpConsumer(endpoint RemoteFileEndpoint<SftpRemoteFile>, processor Processor, operations RemoteFileOperations<SftpRemoteFile>) in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type fileList : List<GenericFile<ChannelSftp.LsEntry>> to fileList : List<GenericFile<SftpRemoteFile>> in method protected pollDirectory(fileName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Parameter Type file : GenericFile<ChannelSftp.LsEntry> to file : GenericFile<SftpRemoteFile> in method protected isMatched(file GenericFile<SftpRemoteFile>, doneFileName String, files List<SftpRemoteFile>) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Return Type List<ChannelSftp.LsEntry> to List<SftpRemoteFile> in method public listFiles(path String) : List<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpOperations |
From |
To |
|
Change Return Type RemoteFileConsumer<ChannelSftp.LsEntry> to RemoteFileConsumer<SftpRemoteFile> in method protected buildConsumer(processor Processor) : RemoteFileConsumer<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpEndpoint |
From |
To |
|
Change Return Type GenericFileProducer<ChannelSftp.LsEntry> to GenericFileProducer<SftpRemoteFile> in method protected buildProducer() : GenericFileProducer<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpEndpoint |
From |
To |
|
Change Return Type List<ChannelSftp.LsEntry> to List<SftpRemoteFile> in method public listFiles() : List<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpOperations |
From |
To |
|
Change Return Type GenericFileEndpoint<ChannelSftp.LsEntry> to GenericFileEndpoint<SftpRemoteFile> in method protected buildFileEndpoint(uri String, remaining String, parameters Map<String,Object>) : GenericFileEndpoint<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpComponent |
From |
To |
|
Change Return Type RemoteFile<ChannelSftp.LsEntry> to RemoteFile<SftpRemoteFile> in method private asRemoteFile(absolutePath String, file SftpRemoteFile, charset String) : RemoteFile<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Return Type RemoteFileOperations<ChannelSftp.LsEntry> to RemoteFileOperations<SftpRemoteFile> in method public createRemoteFileOperations() : RemoteFileOperations<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpEndpoint |
From |
To |
|
Change Variable Type files : List<ChannelSftp.LsEntry> to files : List<SftpRemoteFile> in method protected doPollDirectory(absolutePath String, dirName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Variable Type file : ChannelSftp.LsEntry to file : SftpRemoteFile in method protected doPollDirectory(absolutePath String, dirName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Variable Type answer : RemoteFile<ChannelSftp.LsEntry> to answer : RemoteFile<SftpRemoteFile> in method private asRemoteFile(absolutePath String, file SftpRemoteFile, charset String) : RemoteFile<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Variable Type remote : RemoteFile<ChannelSftp.LsEntry> to remote : RemoteFile<SftpRemoteFile> in method protected doPollDirectory(absolutePath String, dirName String, fileList List<GenericFile<SftpRemoteFile>>, depth int) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Variable Type f : ChannelSftp.LsEntry to f : SftpRemoteFile in method protected isMatched(file GenericFile<SftpRemoteFile>, doneFileName String, files List<SftpRemoteFile>) : boolean in class org.apache.camel.component.file.remote.SftpConsumer |
From |
To |
|
Change Variable Type list : List<ChannelSftp.LsEntry> to list : List<SftpRemoteFile> in method public listFiles(path String) : List<SftpRemoteFile> in class org.apache.camel.component.file.remote.SftpOperations |
From |
To |