org.codehaus.mojo.jalopy
Class JalopyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jalopy.JalopyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JalopyMojo
extends org.apache.maven.plugin.AbstractMojo

Format the java source files following a coding convention.

Version:
$Id: JalopyMojo.java 5144 2007-08-31 21:36:28Z dennisl $
Author:
jruiz@exist.com, Emmanuel Venisse

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JalopyMojo()
           
 
Method Summary
 void execute()
           
 String getFileFormat()
           
 String getHistory()
           
 File getSourceDirectory()
           
 String getSrcExcludesPattern()
           
 String getSrcIncludesPattern()
           
 String getTestExcludesPattern()
           
 String getTestIncludesPattern()
           
 File getTestSourceDirectory()
           
 boolean isFailOnError()
           
 void setFailOnError(boolean failOnError)
           
 void setFileFormat(String fileFormat)
           
 void setHistory(String history)
           
 void setProject(org.apache.maven.project.MavenProject project)
           
 void setSourceDirectory(File sourceDirectory)
           
 void setSrcExcludesPattern(String srcExcludesPattern)
           
 void setSrcIncludesPattern(String srcIncludesPattern)
           
 void setTestExcludesPattern(String testExcludesPattern)
           
 void setTestIncludesPattern(String testIncludesPattern)
           
 void setTestSourceDirectory(File testSourceDirectory)
           
 
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

JalopyMojo

public JalopyMojo()
Method Detail

execute

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

getFileFormat

public String getFileFormat()

setFileFormat

public void setFileFormat(String fileFormat)

isFailOnError

public boolean isFailOnError()

setFailOnError

public void setFailOnError(boolean failOnError)

getSourceDirectory

public File getSourceDirectory()

setSourceDirectory

public void setSourceDirectory(File sourceDirectory)

getSrcIncludesPattern

public String getSrcIncludesPattern()

setSrcIncludesPattern

public void setSrcIncludesPattern(String srcIncludesPattern)

getSrcExcludesPattern

public String getSrcExcludesPattern()

setSrcExcludesPattern

public void setSrcExcludesPattern(String srcExcludesPattern)

getHistory

public String getHistory()

setHistory

public void setHistory(String history)

getTestSourceDirectory

public File getTestSourceDirectory()

setTestSourceDirectory

public void setTestSourceDirectory(File testSourceDirectory)

getTestIncludesPattern

public String getTestIncludesPattern()

setTestIncludesPattern

public void setTestIncludesPattern(String testIncludesPattern)

getTestExcludesPattern

public String getTestExcludesPattern()

setTestExcludesPattern

public void setTestExcludesPattern(String testExcludesPattern)

setProject

public void setProject(org.apache.maven.project.MavenProject project)


Copyright © 2004-2011 Codehaus. All Rights Reserved.