public interface PipelineDescriptor
Pipeline
with newPipeline
method.Modifier and Type | Method and Description |
---|---|
String |
getDefaultExtension()
Gets the default extension of the file result(s)
The default extension is used when getResultSubfolder() is a folder and not a file. |
I18nizableText |
getLabel()
Gets the label
|
Map<String,String> |
getOutputParameters()
Get the output parameters to add some specific features in each serializer.
|
String |
getResultSubfolder()
Gets the result subfolder (or file).
|
PipelineSerializerModel |
getSerializerModel()
Gets the
serializer model |
List<String> |
getStylesheets()
Gets the XSLT file names to chain
|
Pipeline |
newPipeline(OutputStream out)
Provides a new
Pipeline |
I18nizableText getLabel()
List<String> getStylesheets()
PipelineSerializerModel getSerializerModel()
serializer model
serializer model
String getResultSubfolder()
PathResolver
), resolved against the extraction results.
defaultResultFileName
parameter
of ExtractionExecutor#execute method
);
getDefaultExtension()
);
String getDefaultExtension()
getResultSubfolder()
is a folder and not a file.Pipeline newPipeline(OutputStream out)
Pipeline
out
- the output stream to write onPipeline
Map<String,String> getOutputParameters()