org.apache.maven.lifecycle.internal
Class PhaseRecorder

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.PhaseRecorder

public class PhaseRecorder
extends Object

Since:
3.0
Author:
Benjamin Bentmann, Kristian Rosenvold

NOTE: This class is not part of any public api and can be changed or deleted without prior notice.


Constructor Summary
PhaseRecorder(MavenProject project)
           
 
Method Summary
 boolean isDifferentPhase(MojoExecution nextMojoExecution)
           
 void observeExecution(MojoExecution mojoExecution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseRecorder

public PhaseRecorder(MavenProject project)
Method Detail

observeExecution

public void observeExecution(MojoExecution mojoExecution)

isDifferentPhase

public boolean isDifferentPhase(MojoExecution nextMojoExecution)


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.