public final class RunnablePipeline extends Object implements com.google.common.base.Supplier<PipelineResult>
| Modifier | Constructor and Description |
|---|---|
protected |
RunnablePipeline(Pipeline pipeline) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindSourcePort(String portName,
Iterable<Source> bindings) |
void |
bindSourcePort(String portName,
Source... bindings) |
void |
bindSourcePortToFiles(String portName,
File... inputFiles) |
void |
bindSourcePortToFiles(String portName,
Iterable<File> inputFiles) |
void |
bindSourcePortToResources(String portName,
Iterable<URI> inputResources) |
void |
bindSourcePortToResources(String portName,
URI... inputResources) |
PipelineResult |
get() |
Step |
getPipeline() |
PipelineResult |
run() |
void |
withOption(QName name,
String value) |
void |
withOption(net.sf.saxon.s9api.QName name,
String value) |
void |
withParam(QName name,
String value) |
void |
withParam(net.sf.saxon.s9api.QName name,
String value) |
protected RunnablePipeline(Pipeline pipeline)
public PipelineResult get()
get in interface com.google.common.base.Supplier<PipelineResult>public PipelineResult run()
public void withParam(net.sf.saxon.s9api.QName name,
String value)
public void withOption(net.sf.saxon.s9api.QName name,
String value)
public void bindSourcePortToResources(String portName, Iterable<URI> inputResources)
public void bindSourcePortToResources(String portName, URI... inputResources)
public Step getPipeline()
Copyright © 2009-2012 TranceCode. All Rights Reserved.