Uses of Interface
org.apache.geronimo.deployment.xbeans.ArtifactType

Packages that use ArtifactType
org.apache.geronimo.deployment.service.jsr88   
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of ArtifactType in org.apache.geronimo.deployment.service.jsr88
 

Methods in org.apache.geronimo.deployment.service.jsr88 that return ArtifactType
protected  ArtifactType Artifact.getArtifactType()
           
 

Constructors in org.apache.geronimo.deployment.service.jsr88 with parameters of type ArtifactType
Artifact(ArtifactType dependency)
           
 

Uses of ArtifactType in org.apache.geronimo.deployment.xbeans
 

Subinterfaces of ArtifactType in org.apache.geronimo.deployment.xbeans
 interface DependencyType
          An XML dependencyType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans that return ArtifactType
 ArtifactType EnvironmentType.addNewModuleId()
          Appends and returns a new empty "moduleId" element
 ArtifactType EnvironmentType.getModuleId()
          Gets the "moduleId" element
static ArtifactType ArtifactType.Factory.newInstance()
           
static ArtifactType ArtifactType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(File file)
           
static ArtifactType ArtifactType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(InputStream is)
           
static ArtifactType ArtifactType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(Node node)
           
static ArtifactType ArtifactType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(Reader r)
           
static ArtifactType ArtifactType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(String xmlAsString)
           
static ArtifactType ArtifactType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(URL u)
           
static ArtifactType ArtifactType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ArtifactType ArtifactType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ArtifactType ArtifactType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ArtifactType ArtifactType.Factory.parse(XMLStreamReader sr)
           
static ArtifactType ArtifactType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type ArtifactType
 void EnvironmentType.setModuleId(ArtifactType moduleId)
          Sets the "moduleId" element
 

Uses of ArtifactType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement ArtifactType
 class ArtifactTypeImpl
          An XML artifactType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 class DependencyTypeImpl
          An XML dependencyType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return ArtifactType
 ArtifactType EnvironmentTypeImpl.addNewModuleId()
          Appends and returns a new empty "moduleId" element
 ArtifactType EnvironmentTypeImpl.getModuleId()
          Gets the "moduleId" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type ArtifactType
 void EnvironmentTypeImpl.setModuleId(ArtifactType moduleId)
          Sets the "moduleId" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.