Class BuildTimeProfiler

java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
com.soebes.maven.extensions.BuildTimeProfiler
All Implemented Interfaces:
org.apache.maven.eventspy.EventSpy

@Named @Singleton public class BuildTimeProfiler extends org.apache.maven.eventspy.AbstractEventSpy
Author:
Karl Heinz Marbaise kama@soebes.de
  • Constructor Details

    • BuildTimeProfiler

      public BuildTimeProfiler()
  • Method Details

    • init

      public void init(org.apache.maven.eventspy.EventSpy.Context context) throws Exception
      Specified by:
      init in interface org.apache.maven.eventspy.EventSpy
      Overrides:
      init in class org.apache.maven.eventspy.AbstractEventSpy
      Throws:
      Exception
    • onEvent

      public void onEvent(Object event) throws Exception
      Specified by:
      onEvent in interface org.apache.maven.eventspy.EventSpy
      Overrides:
      onEvent in class org.apache.maven.eventspy.AbstractEventSpy
      Throws:
      Exception
    • close

      public void close()
      Specified by:
      close in interface org.apache.maven.eventspy.EventSpy
      Overrides:
      close in class org.apache.maven.eventspy.AbstractEventSpy
    • getPredefinedPhases

      public List<String> getPredefinedPhases()
    • orderLifeCycleOnPreparedOrder

      protected void orderLifeCycleOnPreparedOrder(List<String> lifeCyclePhases)