Class PhaseRecorder
- java.lang.Object
-
- org.apache.maven.lifecycle.internal.PhaseRecorder
-
public class PhaseRecorder extends java.lang.Object
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
lastLifecyclePhase
private MavenProject
project
-
Constructor Summary
Constructors Constructor Description PhaseRecorder(MavenProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDifferentPhase(MojoExecution nextMojoExecution)
void
observeExecution(MojoExecution mojoExecution)
-
-
-
Field Detail
-
lastLifecyclePhase
private java.lang.String lastLifecyclePhase
-
project
private final MavenProject project
-
-
Constructor Detail
-
PhaseRecorder
public PhaseRecorder(MavenProject project)
-
-
Method Detail
-
observeExecution
public void observeExecution(MojoExecution mojoExecution)
-
isDifferentPhase
public boolean isDifferentPhase(MojoExecution nextMojoExecution)
-
-