|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.rat.AbstractRatMojo
org.codehaus.mojo.rat.RatCheckMojo
public class RatCheckMojo
Run RAT to perform a violation check.
Field Summary |
---|
Fields inherited from class org.codehaus.mojo.rat.AbstractRatMojo |
---|
basedir, ECLIPSE_DEFAULT_EXCLUDES, IDEA_DEFAULT_EXCLUDES, MAVEN_DEFAULT_EXCLUDES |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
RatCheckMojo()
|
Method Summary | |
---|---|
protected void |
check(org.w3c.dom.Document document)
|
protected void |
check(RatStatistics statistics)
|
void |
execute()
Invoked by Maven to execute the Mojo. |
Methods inherited from class org.codehaus.mojo.rat.AbstractRatMojo |
---|
createReport, getLicenseMatchers, getProject, getResources |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RatCheckMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
- An error in the plugin configuration was detected.
org.apache.maven.plugin.MojoExecutionException
- Another error occurred while executing the plugin.protected void check(org.w3c.dom.Document document) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
protected void check(RatStatistics statistics) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |