org.apache.geronimo.deployment.service.jsr88
Class Artifact
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.deployment.service.jsr88.Artifact
public class Artifact
- extends XmlBeanSupport
Represents an artifactType (e.g. a dependency or configId element) in a
Geronimo deployment plan.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Artifact
public Artifact()
Artifact
public Artifact(ArtifactType dependency)
getArtifactType
protected ArtifactType getArtifactType()
getGroupId
public String getGroupId()
setGroupId
public void setGroupId(String groupId)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifact)
getType
public String getType()
setType
public void setType(String type)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getSchemaTypeLoader
protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
- Overrides:
getSchemaTypeLoader
in class XmlBeanSupport
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.