Class TextFileFilterProcessor


  • @Deprecated
    public class TextFileFilterProcessor
    extends Object
    Deprecated.
    replaced by implementation in the ...steps.fileinput.text package
    Processor of Filters. Kind of inversion principle, and to make unit testing easier.
    Author:
    Sven Boden
    • Constructor Detail

      • TextFileFilterProcessor

        public TextFileFilterProcessor​(TextFileFilter[] filters)
        Deprecated.
        Parameters:
        filters - The filters to process
    • Method Detail

      • doFilters

        public boolean doFilters​(String line)
        Deprecated.
      • isStopProcessing

        public boolean isStopProcessing()
        Deprecated.
        Was processing requested to be stopped. Can only be true when doFilters was false.
        Returns:
        == true: processing should stop, == false: processing should continue.