Class DefaultOutputConsumer

  • All Implemented Interfaces:
    ProcessOutputConsumer

    public class DefaultOutputConsumer
    extends Object
    implements ProcessOutputConsumer
    Default implementation for process output processing. The class would expect specific patterns (i.e. RegEx) for errors and progress messages. Any other message (which does not respect one of these patterns) will be considered informational. If no pattern is given in ctor, all messages are treated as informational.