org.sonar.plugins.api.maven
Interface MavenPluginHandler

All Known Implementing Classes:
AbstractMavenPluginHandler

public interface MavenPluginHandler


Method Summary
 void configure(MavenPom pom)
           
 java.lang.String getArtifactId()
           
 java.lang.String[] getGoals()
          the maven goals to execute
 java.lang.String getGroupId()
           
 java.lang.String getVersion()
           
 boolean isFixedVersion()
           
 boolean shouldStopOnFailure()
           
 

Method Detail

configure

void configure(MavenPom pom)

getArtifactId

java.lang.String getArtifactId()

getGoals

java.lang.String[] getGoals()
the maven goals to execute


getGroupId

java.lang.String getGroupId()

getVersion

java.lang.String getVersion()

isFixedVersion

boolean isFixedVersion()

shouldStopOnFailure

boolean shouldStopOnFailure()


Copyright © 2008-2009 SonarSource SA. All Rights Reserved.