public class PluginArtifact extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
PluginArtifact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
String |
getType() |
String |
getVersion() |
Object |
invokeMethod(String name,
Object args) |
void |
setArtifactId(String value) |
void |
setGroupId(String value) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
void |
setType(String value) |
void |
setVersion(String value) |
public String getGroupId()
public void setGroupId(String value)
public String getArtifactId()
public void setArtifactId(String value)
public String getVersion()
public void setVersion(String value)
public String getType()
public void setType(String value)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass metaClass)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String name, Object args)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String name)
getProperty in interface groovy.lang.GroovyObjectCopyright © 2005-2014 Codehaus. All Rights Reserved.