Uses of Class
org.apache.camel.component.jsch.ScpFile

Uses of ScpFile in org.apache.camel.component.jsch
 

Methods in org.apache.camel.component.jsch that return types with arguments of type ScpFile
protected  org.apache.camel.component.file.remote.RemoteFileConsumer<ScpFile> ScpEndpoint.buildConsumer(org.apache.camel.Processor processor)
           
protected  org.apache.camel.component.file.GenericFileEndpoint<ScpFile> JschComponent.buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters)
           
protected  org.apache.camel.component.file.GenericFileProducer<ScpFile> ScpEndpoint.buildProducer()
           
 org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile> ScpEndpoint.createRemoteFileOperations()
           
 List<ScpFile> ScpOperations.listFiles()
           
 List<ScpFile> ScpOperations.listFiles(String path)
           
 

Method parameters in org.apache.camel.component.jsch with type arguments of type ScpFile
protected  void JschComponent.afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint)
           
 void ScpOperations.setEndpoint(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint)
           
 

Constructor parameters in org.apache.camel.component.jsch with type arguments of type ScpFile
ScpProducer(ScpEndpoint endpoint, org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile> operations)
           
 



Apache Camel