public class ListDependenciesFilesMojo extends DependencyInspectingMojo implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ListDependenciesFilesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getListFileName() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
Object |
invokeMethod(String name,
Object args) |
void |
setListFileName(String value) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
getArtifactResolver, getExcludeArtifactIds, getIncludeScope, getLocalRepository, getProject, getProjectHelper, getRemoteRepositories, resolveAllArtifacts, setArtifactResolver, setExcludeArtifactIds, setIncludeScope, setLocalRepository, setProject, setProjectHelper, setRemoteRepositoriespublic String getListFileName()
public void setListFileName(String value)
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class DependencyInspectingMojopublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class DependencyInspectingMojopublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class DependencyInspectingMojopublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class DependencyInspectingMojopublic void setProperty(String name, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class DependencyInspectingMojoCopyright © 2016 Atlassian. All rights reserved.