Class RawDocumentWriterStep

  • All Implemented Interfaces:
    IPipelineStep

    public class RawDocumentWriterStep
    extends BasePipelineStep
    Writes a RawDocument to an output file.

    WARNING: This step eats the RawDocument Event after writing its contents. This step should normally be used as the last step in a pipeline when an output file is needed.

    This class implements the IPipelineStep interface for a step that takes a RawDocument and creates an output file from it. The generated file is passed on through a new RawDocument.

    • Constructor Detail

      • RawDocumentWriterStep

        public RawDocumentWriterStep()
        Creates a new RawDocumentWriterStep object. This constructor is needed to be able to instantiate an object from newInstance()
    • Method Detail

      • setOutputURI

        public void setOutputURI​(URI outputURI)
      • getDescription

        public String getDescription()
        Description copied from interface: IPipelineStep
        Gets a short localizable description of what this step does.
        Returns:
        the text of a short description of what this step does.
      • getName

        public String getName()
        Description copied from interface: IPipelineStep
        Gets the localizable name of this step.
        Returns:
        the localizable name of this step.