public class ArtifactUtil extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ArtifactUtil(org.apache.maven.artifact.factory.ArtifactFactory artifactFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(String gavpAndMaybeC)
Decode group:artifact:version:packaging[:classifier]
|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String name) |
Object |
invokeMethod(String name,
Object args) |
void |
setMetaClass(groovy.lang.MetaClass metaClass) |
void |
setProperty(String name,
Object value) |
Object |
toString(org.apache.maven.artifact.Artifact artifact) |
public ArtifactUtil(org.apache.maven.artifact.factory.ArtifactFactory artifactFactory)
public Object toString(org.apache.maven.artifact.Artifact artifact)
public Object fromString(String gavpAndMaybeC)
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 © 2015 Atlassian. All rights reserved.