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 org.apache.geronimo.deployment.plugin.XmlBeanSupport
Represents an artifactType (e.g. a dependency or configId element) in a
Geronimo deployment plan.
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
pcs |
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML |
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 org.apache.geronimo.deployment.plugin.XmlBeanSupport
Copyright © 2006 Apache Software Foundation. All Rights Reserved.