org.quattor.maven
Class CheckSyntaxMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.quattor.maven.CheckSyntaxMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CheckSyntaxMojo
- extends org.apache.maven.plugin.AbstractMojo
Goal which runs a pan syntax check on source files.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
CheckSyntaxMojo
public CheckSyntaxMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
collectPanSources
public void collectPanSources(java.util.Set<java.io.File> sources,
java.io.File directory)
panSourceFiles
public java.io.File[] panSourceFiles(java.io.File directory)
subdirectories
public java.io.File[] subdirectories(java.io.File directory)
Copyright © 2011 Quattor. All Rights Reserved.