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 property) |
String |
getType() |
String |
getVersion() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setArtifactId(String value) |
void |
setGroupId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setType(String value) |
void |
setVersion(String 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 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)
Copyright © 2005–2018 hazendaz. All rights reserved.