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()
           
 java.lang.String getFileFormat()
           
 java.lang.String getHistory()
           
 java.io.File getSourceDirectory()
           
 java.lang.String getSrcExcludesPattern()
           
 java.lang.String getSrcIncludesPattern()
           
 java.lang.String getTestExcludesPattern()
           
 java.lang.String getTestIncludesPattern()
           
 java.io.File getTestSourceDirectory()
           
 boolean isFailOnError()
           
 void setFailOnError(boolean failOnError)
           
 void setFileFormat(java.lang.String fileFormat)
           
 void setHistory(java.lang.String history)
           
 void setProject(org.apache.maven.project.MavenProject project)
           
 void setSourceDirectory(java.io.File sourceDirectory)
           
 void setSrcExcludesPattern(java.lang.String srcExcludesPattern)
           
 void setSrcIncludesPattern(java.lang.String srcIncludesPattern)
           
 void setTestExcludesPattern(java.lang.String testExcludesPattern)
           
 void setTestIncludesPattern(java.lang.String testIncludesPattern)
           
 void setTestSourceDirectory(java.io.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 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-2009. All Rights Reserved.