public interface XProcPipeline
Modifier and Type | Method and Description |
---|---|
XProcPipelineInfo |
getInfo()
Gets the pipeline info object associated to this pipeline.
|
XProcResult |
run(XProcInput data)
Runs the pipeline on the specified input
|
XProcResult |
run(XProcInput data,
XProcMonitor monitor,
Map<String,String> props)
Runs the pipeline on the specified input
|
XProcPipelineInfo getInfo()
XProcResult run(XProcInput data) throws XProcErrorException
XProcErrorException
XProcResult run(XProcInput data, XProcMonitor monitor, Map<String,String> props) throws XProcErrorException
monitor
- observer object to monitor the executionXProcErrorException
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.