Rio Project 4.2 API Documentation
org.rioproject.resolver
Class Artifact
java.lang.Object
org.rioproject.resolver.Artifact
- All Implemented Interfaces:
- groovy.lang.GroovyObject
- Direct Known Subclasses:
- Dependency
public class Artifact
- extends Object
- implements groovy.lang.GroovyObject
Artifact
public Artifact()
Artifact
public Artifact(String groupId,
String artifactId,
String version)
Artifact
public Artifact(String groupId,
String artifactId,
String version,
String classifier)
Artifact
public Artifact(String artifact)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String value)
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String value)
getVersion
public String getVersion()
setVersion
public void setVersion(String value)
getClassifier
public String getClassifier()
setClassifier
public void setClassifier(String value)
getJar
public File getJar()
setJar
public void setJar(File value)
getPom
public File getPom()
setPom
public void setPom(File value)
getPomURL
public URL getPomURL()
setPomURL
public void setPomURL(URL value)
getCheckSumPolicy
public String getCheckSumPolicy()
setCheckSumPolicy
public void setCheckSumPolicy(String value)
getLoadFromProject
public boolean getLoadFromProject()
isLoadFromProject
public boolean isLoadFromProject()
setLoadFromProject
public void setLoadFromProject(boolean value)
getRemoteRepository
public RemoteRepository getRemoteRepository()
setRemoteRepository
public void setRemoteRepository(RemoteRepository value)
getJarURL
public URL getJarURL()
getPath
public String getPath(String sep,
String ext)
getFileName
public String getFileName(String ext)
isSnapshot
public boolean isSnapshot()
getGAV
public String getGAV()
toString
public String toString()
- Overrides:
toString in class Object
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
Copyright © 2006-2011 Rio Project. All Rights Reserved.