Class MavenListenerAdapter

java.lang.Object
com.carrotsearch.maven.plugins.junit4.MavenListenerAdapter
All Implemented Interfaces:
EventListener, org.apache.tools.ant.BuildListener

final class MavenListenerAdapter extends Object implements org.apache.tools.ant.BuildListener
An adapter to maven logging system from ANT BuildListener.
  • Field Details

    • log

      private final org.apache.maven.plugin.logging.Log log
  • Constructor Details

    • MavenListenerAdapter

      public MavenListenerAdapter(org.apache.maven.plugin.logging.Log log)
  • Method Details

    • messageLogged

      public void messageLogged(org.apache.tools.ant.BuildEvent event)
      Specified by:
      messageLogged in interface org.apache.tools.ant.BuildListener
    • buildFinished

      public void buildFinished(org.apache.tools.ant.BuildEvent event)
      Specified by:
      buildFinished in interface org.apache.tools.ant.BuildListener
    • buildStarted

      public void buildStarted(org.apache.tools.ant.BuildEvent event)
      Specified by:
      buildStarted in interface org.apache.tools.ant.BuildListener
    • targetFinished

      public void targetFinished(org.apache.tools.ant.BuildEvent event)
      Specified by:
      targetFinished in interface org.apache.tools.ant.BuildListener
    • targetStarted

      public void targetStarted(org.apache.tools.ant.BuildEvent event)
      Specified by:
      targetStarted in interface org.apache.tools.ant.BuildListener
    • taskFinished

      public void taskFinished(org.apache.tools.ant.BuildEvent event)
      Specified by:
      taskFinished in interface org.apache.tools.ant.BuildListener
    • taskStarted

      public void taskStarted(org.apache.tools.ant.BuildEvent event)
      Specified by:
      taskStarted in interface org.apache.tools.ant.BuildListener