ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.application5.ModuleType

Packages that use ModuleType
org.jboss.shrinkwrap.descriptor.api.application5 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ModuleType in org.jboss.shrinkwrap.descriptor.api.application5
 

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return ModuleType
 ModuleType<T> ModuleType.altDd(String altDd)
          Sets the alt-dd element
 ModuleType<T> ModuleType.connector(String connector)
          Sets the connector element
 ModuleType<ApplicationType<T>> ApplicationType.createModule()
          Creates a new module element
 ModuleType<ApplicationDescriptor> ApplicationDescriptor.createModule()
          Creates a new module element
 ModuleType<T> ModuleType.ejb(String ejb)
          Sets the ejb element
 ModuleType<ApplicationType<T>> ApplicationType.getOrCreateModule()
          If not already created, a new module element will be created and returned.
 ModuleType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateModule()
          If not already created, a new module element will be created and returned.
 ModuleType<T> ModuleType.java(String java)
          Sets the java element
 ModuleType<T> ModuleType.removeAltDd()
          Removes the alt-dd element
 ModuleType<T> ModuleType.removeConnector()
          Removes the connector element
 ModuleType<T> ModuleType.removeEjb()
          Removes the ejb element
 ModuleType<T> ModuleType.removeJava()
          Removes the java element
 ModuleType<T> ModuleType.removeWeb()
          Removes the web element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return types with arguments of type ModuleType
 List<ModuleType<ApplicationType<T>>> ApplicationType.getAllModule()
          Returns all module elements
 List<ModuleType<ApplicationDescriptor>> ApplicationDescriptor.getAllModule()
          Returns all module elements
 WebType<ModuleType<T>> ModuleType.getOrCreateWeb()
          If not already created, a new web element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.