@Mojo(requiresDependencyResolution=TEST,
name="gui",
requiresProject=true)
public class FindBugsGui
extends org.apache.maven.plugin.AbstractMojo
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
FindBugsGui() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
ResourceBundle |
getBundle() |
File |
getClassFilesDirectory() |
Boolean |
getDebug() |
String |
getEffort() |
String |
getEncoding() |
File |
getFindbugsXmlOutputDirectory() |
static Locale |
getLocale() |
int |
getMaxHeap() |
groovy.lang.MetaClass |
getMetaClass() |
ArrayList |
getPluginArtifacts() |
String |
getPluginList() |
org.apache.maven.project.MavenProject |
getProject() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setBundle(ResourceBundle value) |
void |
setClassFilesDirectory(File value) |
void |
setDebug(Boolean value) |
void |
setEffort(String value) |
void |
setEncoding(String value) |
void |
setFindbugsXmlOutputDirectory(File value) |
static void |
setLocale(Locale value) |
void |
setMaxHeap(int value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPluginArtifacts(ArrayList value) |
void |
setPluginList(String value) |
void |
setProject(org.apache.maven.project.MavenProject value) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static Locale getLocale()
public static void setLocale(Locale value)
public File getClassFilesDirectory()
public void setClassFilesDirectory(File value)
public Boolean getDebug()
public void setDebug(Boolean value)
public ArrayList getPluginArtifacts()
public void setPluginArtifacts(ArrayList value)
public String getEffort()
public void setEffort(String value)
public String getPluginList()
public void setPluginList(String value)
public org.apache.maven.project.MavenProject getProject()
public void setProject(org.apache.maven.project.MavenProject value)
public ResourceBundle getBundle()
public void setBundle(ResourceBundle value)
public File getFindbugsXmlOutputDirectory()
public void setFindbugsXmlOutputDirectory(File value)
public String getEncoding()
public void setEncoding(String value)
public int getMaxHeap()
public void setMaxHeap(int value)
public void execute()
execute in interface org.apache.maven.plugin.MojoCopyright © 2005–2015 MojoHaus. All rights reserved.