Package org.testng

Class TestNGAntTask.TestNGLogOS

java.lang.Object
java.io.OutputStream
org.apache.tools.ant.util.LineOrientedOutputStream
org.apache.tools.ant.taskdefs.LogOutputStream
org.testng.TestNGAntTask.TestNGLogOS
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
TestNGAntTask

private static class TestNGAntTask.TestNGLogOS extends org.apache.tools.ant.taskdefs.LogOutputStream
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.tools.ant.Task
     
    private boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestNGLogOS(org.apache.tools.ant.Task task, int level, boolean verbose)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    processLine(String line, int level)
     

    Methods inherited from class org.apache.tools.ant.taskdefs.LogOutputStream

    getMessageLevel, processBuffer, processLine

    Methods inherited from class org.apache.tools.ant.util.LineOrientedOutputStream

    close, flush, processLine, write, write

    Methods inherited from class java.io.OutputStream

    nullOutputStream, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • task

      private org.apache.tools.ant.Task task
    • verbose

      private boolean verbose
  • Constructor Details

    • TestNGLogOS

      public TestNGLogOS(org.apache.tools.ant.Task task, int level, boolean verbose)
  • Method Details

    • processLine

      protected void processLine(String line, int level)
      Overrides:
      processLine in class org.apache.tools.ant.taskdefs.LogOutputStream