org.codehaus.mojo.jalopy
Class JalopyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
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
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 |
JalopyMojo
public JalopyMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getFileFormat
public java.lang.String getFileFormat()
setFileFormat
public void setFileFormat(java.lang.String fileFormat)
isFailOnError
public boolean isFailOnError()
setFailOnError
public void setFailOnError(boolean failOnError)
getSourceDirectory
public java.io.File getSourceDirectory()
setSourceDirectory
public void setSourceDirectory(java.io.File sourceDirectory)
getSrcIncludesPattern
public java.lang.String getSrcIncludesPattern()
setSrcIncludesPattern
public void setSrcIncludesPattern(java.lang.String srcIncludesPattern)
getSrcExcludesPattern
public java.lang.String getSrcExcludesPattern()
setSrcExcludesPattern
public void setSrcExcludesPattern(java.lang.String srcExcludesPattern)
getHistory
public java.lang.String getHistory()
setHistory
public void setHistory(java.lang.String history)
getTestSourceDirectory
public java.io.File getTestSourceDirectory()
setTestSourceDirectory
public void setTestSourceDirectory(java.io.File testSourceDirectory)
getTestIncludesPattern
public java.lang.String getTestIncludesPattern()
setTestIncludesPattern
public void setTestIncludesPattern(java.lang.String testIncludesPattern)
getTestExcludesPattern
public java.lang.String getTestExcludesPattern()
setTestExcludesPattern
public void setTestExcludesPattern(java.lang.String testExcludesPattern)
setProject
public void setProject(org.apache.maven.project.MavenProject project)
Copyright © 2004-2010. All Rights Reserved.