public class FindBugsGui
extends org.codehaus.gmaven.mojo.GroovyMojo
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 name) |
Object |
invokeMethod(String name,
Object args) |
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 metaClass) |
void |
setPluginArtifacts(ArrayList value) |
void |
setPluginList(String value) |
void |
setProject(org.apache.maven.project.MavenProject value) |
void |
setProperty(String name,
Object value) |
public 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.Mojopublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class groovy.lang.GroovyObjectSupportpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class groovy.lang.GroovyObjectSupportpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class groovy.lang.GroovyObjectSupportpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class org.codehaus.gmaven.mojo.GroovyMojoCopyright © 2005-2014 Codehaus. All Rights Reserved.