org.apache.maven.lifecycle.internal
Class PhaseRecorder
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseRecorder
public PhaseRecorder(MavenProject project)
observeExecution
public void observeExecution(MojoExecution mojoExecution)
isDifferentPhase
public boolean isDifferentPhase(MojoExecution nextMojoExecution)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.