Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment12 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ModuleAliasType<ModuleType<T>> |
ModuleType.getOrCreateModuleAlias()
If not already created, a new
module-alias element with the given value will be created. |
ModuleAliasType<DeploymentType<T>> |
DeploymentType.getOrCreateModuleAlias()
If not already created, a new
module-alias element with the given value will be created. |
ModuleAliasType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateModuleAlias()
If not already created, a new
module-alias element with the given value will be created. |
ModuleAliasType<T> |
ModuleAliasType.name(String name)
Sets the
name attribute |
ModuleAliasType<T> |
ModuleAliasType.removeName()
Removes the
name attribute |
ModuleAliasType<T> |
ModuleAliasType.removeSlot()
Removes the
slot attribute |
ModuleAliasType<T> |
ModuleAliasType.slot(String slot)
Sets the
slot attribute |
Copyright © 2020 JBoss by Red Hat. All rights reserved.