Uses of Interface
org.apache.camel.component.file.remote.RemoteFileOperations
Packages that use RemoteFileOperations
-
Uses of RemoteFileOperations in org.apache.camel.component.file.remote
Classes in org.apache.camel.component.file.remote that implement RemoteFileOperationsModifier and TypeClassDescriptionclassFTP remote file operationsclassFTP Secure (FTP over SSL/TLS) operationsclassSFTP remote file operationsMethods in org.apache.camel.component.file.remote that return RemoteFileOperationsModifier and TypeMethodDescriptionRemoteFileOperations<org.apache.commons.net.ftp.FTPFile> FtpEndpoint.createRemoteFileOperations()RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> FtpsEndpoint.createRemoteFileOperations()abstract RemoteFileOperations<T> RemoteFileEndpoint.createRemoteFileOperations()Creates the operations to be used by the consumer or producer.SftpEndpoint.createRemoteFileOperations()protected RemoteFileOperations<T> RemoteFileConsumer.getOperations()protected RemoteFileOperations<T> RemoteFileProducer.getOperations()Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileOperationsModifierConstructorDescriptionFtpConsumer(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) protectedRemoteFileConsumer(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) protectedRemoteFileProducer(RemoteFileEndpoint<T> endpoint, RemoteFileOperations<T> operations) SftpConsumer(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy)