Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ModuleType<T> |
ModuleType.altDd(String altDd)
Sets the
alt-dd element |
ModuleType<T> |
ModuleType.connector(String connector)
Sets the
connector element |
ModuleType<ApplicationDescriptor> |
ApplicationDescriptor.createModule()
Creates a new
module element |
ModuleType<T> |
ModuleType.ejb(String ejb)
Sets the
ejb element |
ModuleType<ApplicationDescriptor> |
ApplicationDescriptor.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
ModuleType<T> |
ModuleType.id(String id)
Sets the
id attribute |
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.removeId()
Removes the
id attribute |
ModuleType<T> |
ModuleType.removeJava()
Removes the
java element |
ModuleType<T> |
ModuleType.removeWeb()
Removes the
web element |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.