Uses of Class
org.apache.camel.component.scp.ScpFile
-
-
Uses of ScpFile in org.apache.camel.component.scp
Methods in org.apache.camel.component.scp that return ScpFile Modifier and Type Method Description ScpFile[]ScpOperations. listFiles()ScpFile[]ScpOperations. listFiles(String path)Methods in org.apache.camel.component.scp that return types with arguments of type ScpFile Modifier and Type Method Description protected org.apache.camel.component.file.remote.RemoteFileConsumer<ScpFile>ScpEndpoint. buildConsumer(org.apache.camel.Processor processor)protected org.apache.camel.component.file.GenericFileEndpoint<ScpFile>ScpComponent. buildFileEndpoint(String uri, String remaining, Map<String,Object> parameters)protected org.apache.camel.component.file.GenericFileProducer<ScpFile>ScpEndpoint. buildProducer()org.apache.camel.component.file.GenericFileProcessStrategy<ScpFile>ScpProcessStrategyFactory. createGenericFileProcessStrategy(org.apache.camel.CamelContext context, Map<String,Object> params)protected org.apache.camel.component.file.GenericFileProcessStrategy<ScpFile>ScpEndpoint. createGenericFileStrategy()org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile>ScpEndpoint. createRemoteFileOperations()org.apache.camel.component.file.GenericFile<ScpFile>ScpOperations. newGenericFile()Method parameters in org.apache.camel.component.scp with type arguments of type ScpFile Modifier and Type Method Description protected voidScpComponent. afterPropertiesSet(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint)voidScpOperations. setEndpoint(org.apache.camel.component.file.GenericFileEndpoint<ScpFile> endpoint)Constructor parameters in org.apache.camel.component.scp with type arguments of type ScpFile Constructor Description ScpProducer(ScpEndpoint endpoint, org.apache.camel.component.file.remote.RemoteFileOperations<ScpFile> operations)
-