Package com.soebes.maven.extensions
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
org.apache.maven.eventspy.EventSpy.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinit(org.apache.maven.eventspy.EventSpy.Context context) voidprotected voidorderLifeCycleOnPreparedOrder(List<String> lifeCyclePhases)
-
Constructor Details
-
BuildTimeProfiler
public BuildTimeProfiler()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.apache.maven.eventspy.EventSpy- Overrides:
initin classorg.apache.maven.eventspy.AbstractEventSpy- Throws:
Exception
-
onEvent
- Specified by:
onEventin interfaceorg.apache.maven.eventspy.EventSpy- Overrides:
onEventin classorg.apache.maven.eventspy.AbstractEventSpy- Throws:
Exception
-
close
public void close()- Specified by:
closein interfaceorg.apache.maven.eventspy.EventSpy- Overrides:
closein classorg.apache.maven.eventspy.AbstractEventSpy
-
getPredefinedPhases
-
orderLifeCycleOnPreparedOrder
-