org.sonar.batch.phases
Class MavenPhaseExecutor

java.lang.Object
  extended by org.sonar.batch.phases.MavenPhaseExecutor
All Implemented Interfaces:
BatchComponent

public class MavenPhaseExecutor
extends Object
implements BatchComponent


Field Summary
static String PROP_PHASE
           
 
Constructor Summary
MavenPhaseExecutor(ProjectDefinition projectDef, MavenPluginExecutor executor)
           
 
Method Summary
 void execute(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_PHASE

public static final String PROP_PHASE
See Also:
Constant Field Values
Constructor Detail

MavenPhaseExecutor

public MavenPhaseExecutor(ProjectDefinition projectDef,
                          MavenPluginExecutor executor)
Method Detail

execute

public void execute(Project project)


Copyright © 2009-2012 SonarSource. All Rights Reserved.