org.quattor.maven
Class CheckSyntaxMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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.


Nested Class Summary
static class CheckSyntaxMojo.DirectoryFileFilter
           
static class CheckSyntaxMojo.PanSourceFileFilter
           
 
Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CheckSyntaxMojo()
           
 
Method Summary
 void collectPanSources(Set<File> sources, File directory)
           
 void execute()
           
 File[] panSourceFiles(File directory)
           
 File[] subdirectories(File directory)
           
 
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

CheckSyntaxMojo

public CheckSyntaxMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

collectPanSources

public void collectPanSources(Set<File> sources,
                              File directory)

panSourceFiles

public File[] panSourceFiles(File directory)

subdirectories

public File[] subdirectories(File directory)


Copyright © 2012 Quattor. All Rights Reserved.