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

Packages that use DependenciesType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

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

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

Methods in org.apache.geronimo.deployment.xbeans with parameters of type DependenciesType
 void EnvironmentType.setDependencies(DependenciesType dependencies)
          Sets the "dependencies" element
 void DependenciesDocument.setDependencies(DependenciesType dependencies)
          Sets the "dependencies" element
 

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

Classes in org.apache.geronimo.deployment.xbeans.impl that implement DependenciesType
 class DependenciesTypeImpl
          An XML dependenciesType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return DependenciesType
 DependenciesType EnvironmentTypeImpl.addNewDependencies()
          Appends and returns a new empty "dependencies" element
 DependenciesType DependenciesDocumentImpl.addNewDependencies()
          Appends and returns a new empty "dependencies" element
 DependenciesType EnvironmentTypeImpl.getDependencies()
          Gets the "dependencies" element
 DependenciesType DependenciesDocumentImpl.getDependencies()
          Gets the "dependencies" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type DependenciesType
 void EnvironmentTypeImpl.setDependencies(DependenciesType dependencies)
          Sets the "dependencies" element
 void DependenciesDocumentImpl.setDependencies(DependenciesType dependencies)
          Sets the "dependencies" element
 



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