@Mojo(name="gui",
requiresDependencyResolution=TEST,
requiresProject=true)
public class SpotBugsGui
extends org.apache.maven.plugin.AbstractMojo
implements SpotBugsPluginsTrait, groovy.lang.GroovyObject
| Constructor and Description |
|---|
SpotBugsGui() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
org.apache.maven.artifact.resolver.ArtifactResolver |
getArtifactResolver() |
ResourceBundle |
getBundle() |
File |
getClassFilesDirectory() |
Boolean |
getDebug() |
String |
getEffort() |
String |
getEffortParameter() |
String |
getEncoding() |
org.apache.maven.repository.RepositorySystem |
getFactory() |
static Locale |
getLocale() |
org.apache.maven.artifact.repository.ArtifactRepository |
getLocalRepository() |
int |
getMaxHeap() |
groovy.lang.MetaClass |
getMetaClass() |
List |
getPluginArtifacts() |
String |
getPluginList() |
PluginArtifact[] |
getPlugins() |
org.apache.maven.project.MavenProject |
getProject() |
Object |
getProperty(String property) |
List |
getRemoteRepositories() |
org.codehaus.plexus.resource.ResourceManager |
getResourceManager() |
String |
getSpotbugsPlugins() |
File |
getSpotbugsXmlOutputDirectory() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setArtifactResolver(org.apache.maven.artifact.resolver.ArtifactResolver value) |
void |
setBundle(ResourceBundle value) |
void |
setClassFilesDirectory(File value) |
void |
setDebug(Boolean value) |
void |
setEffort(String value) |
void |
setEncoding(String value) |
void |
setFactory(org.apache.maven.repository.RepositorySystem value) |
static void |
setLocale(Locale value) |
void |
setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository value) |
void |
setMaxHeap(int value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setPluginArtifacts(List value) |
void |
setPluginList(String value) |
void |
setPlugins(PluginArtifact... value) |
void |
setProject(org.apache.maven.project.MavenProject value) |
void |
setProperty(String property,
Object value) |
void |
setRemoteRepositories(List value) |
void |
setResourceManager(org.codehaus.plexus.resource.ResourceManager value) |
void |
setSpotbugsXmlOutputDirectory(File value) |
getLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogpublic 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 List getPluginArtifacts()
public void setPluginArtifacts(List value)
public String getEffort()
public void setEffort(String value)
public String getPluginList()
getPluginList in interface SpotBugsPluginsTraitpublic void setPluginList(String value)
public PluginArtifact[] getPlugins()
getPlugins in interface SpotBugsPluginsTraitpublic void setPlugins(PluginArtifact... value)
public org.apache.maven.artifact.resolver.ArtifactResolver getArtifactResolver()
getArtifactResolver in interface SpotBugsPluginsTraitpublic void setArtifactResolver(org.apache.maven.artifact.resolver.ArtifactResolver value)
public org.apache.maven.repository.RepositorySystem getFactory()
getFactory in interface SpotBugsPluginsTraitpublic void setFactory(org.apache.maven.repository.RepositorySystem value)
public List getRemoteRepositories()
getRemoteRepositories in interface SpotBugsPluginsTraitpublic void setRemoteRepositories(List value)
public org.apache.maven.artifact.repository.ArtifactRepository getLocalRepository()
getLocalRepository in interface SpotBugsPluginsTraitpublic void setLocalRepository(org.apache.maven.artifact.repository.ArtifactRepository 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 getSpotbugsXmlOutputDirectory()
getSpotbugsXmlOutputDirectory in interface SpotBugsPluginsTraitpublic void setSpotbugsXmlOutputDirectory(File value)
public String getEncoding()
public void setEncoding(String value)
public int getMaxHeap()
public void setMaxHeap(int value)
public org.codehaus.plexus.resource.ResourceManager getResourceManager()
getResourceManager in interface SpotBugsPluginsTraitpublic void setResourceManager(org.codehaus.plexus.resource.ResourceManager value)
public void execute()
execute in interface org.apache.maven.plugin.Mojopublic String getSpotbugsPlugins()
getSpotbugsPlugins in interface SpotBugsPluginsTraitpublic String getEffortParameter()
getEffortParameter in interface SpotBugsPluginsTraitCopyright © 2005–2018 hazendaz. All rights reserved.