Class FilterEventsWriterStep

    • Constructor Detail

      • FilterEventsWriterStep

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

        public FilterEventsWriterStep​(IFilterWriter filterWriter)
        Creates a new FilterEventsWriterStep object. This constructor is needed to be able to instantiate an object from newInstance()
        Parameters:
        filterWriter - the writer used to convert Events to a document
    • Method Detail

      • setFilterConfigurationId

        public void setFilterConfigurationId​(String filterConfigId)
      • setOutputURI

        public void setOutputURI​(URI outputURI)
      • setOutputStream

        public void setOutputStream​(OutputStream outputStream)
      • setOutputEncoding

        public void setOutputEncoding​(String outputEncoding)
      • setExecutionContext

        public void setExecutionContext​(ExecutionContext context)
      • setFilterWriter

        public void setFilterWriter​(IFilterWriter filterWriter)
        Sets the filter writer for this EventsWriterStep object.
        Parameters:
        filterWriter - the filter writer to use.
      • setDocumentRoots

        public void setDocumentRoots​(String newDocumentsRoot)
        Sets the root of the documents to process. This is to be used when creating XLIFF output, as a temporary solution for the 'original' attribute. The value specified is used to fix-up the start document name.
        Parameters:
        newDocumentsRoot - documents root.
      • getName

        public String getName()
        Description copied from interface: IPipelineStep
        Gets the localizable name of this step.
        Returns:
        the localizable name of this step.
      • 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.