|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application6 | Provides the interfaces and enumeration types as defined in the schema application_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.application6 | Provides the implementation classes as defined in the schema application_6.xsd |
Uses of ModuleType in org.jboss.shrinkwrap.descriptor.api.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ModuleType | |
---|---|
ModuleType<ApplicationType<T>> |
ApplicationType.module()
Returns the module element |
ModuleType<Application6Descriptor> |
Application6Descriptor.module()
Returns the module 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 |
ModuleType<T> |
ModuleType.setAltDd(java.lang.String altDd)
If not already created, a new alt-dd element with the given value will be created. |
ModuleType<T> |
ModuleType.setConnector(java.lang.String connector)
If not already created, a new connector element with the given value will be created. |
ModuleType<T> |
ModuleType.setEjb(java.lang.String ejb)
If not already created, a new ejb element with the given value will be created. |
ModuleType<T> |
ModuleType.setJava(java.lang.String java)
If not already created, a new java element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ModuleType | |
---|---|
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationType.getModuleList()
Returns all module elements |
java.util.List<ModuleType<Application6Descriptor>> |
Application6Descriptor.getModuleList()
Returns all module elements |
WebType<ModuleType<T>> |
ModuleType.web()
If not already created, a new web element will be created and returned. |
Uses of ModuleType in org.jboss.shrinkwrap.descriptor.impl.application6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return ModuleType | |
---|---|
ModuleType<Application6Descriptor> |
Application6DescriptorImpl.module()
Returns the module element |
ModuleType<ApplicationType<T>> |
ApplicationTypeImpl.module()
Returns the module element |
ModuleType<T> |
ModuleTypeImpl.removeAltDd()
Removes the alt-dd element |
ModuleType<T> |
ModuleTypeImpl.removeConnector()
Removes the connector element |
ModuleType<T> |
ModuleTypeImpl.removeEjb()
Removes the ejb element |
ModuleType<T> |
ModuleTypeImpl.removeJava()
Removes the java element |
ModuleType<T> |
ModuleTypeImpl.removeWeb()
Removes the web element |
ModuleType<T> |
ModuleTypeImpl.setAltDd(java.lang.String altDd)
If not already created, a new alt-dd element with the given value will be created. |
ModuleType<T> |
ModuleTypeImpl.setConnector(java.lang.String connector)
If not already created, a new connector element with the given value will be created. |
ModuleType<T> |
ModuleTypeImpl.setEjb(java.lang.String ejb)
If not already created, a new ejb element with the given value will be created. |
ModuleType<T> |
ModuleTypeImpl.setJava(java.lang.String java)
If not already created, a new java element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return types with arguments of type ModuleType | |
---|---|
java.util.List<ModuleType<Application6Descriptor>> |
Application6DescriptorImpl.getModuleList()
Returns all module elements |
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationTypeImpl.getModuleList()
Returns all module elements |
WebType<ModuleType<T>> |
ModuleTypeImpl.web()
If not already created, a new web element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |