Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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.removeTargetName()
Removes the
target-name attribute |
ModuleAliasType<T> |
ModuleAliasType.removeTargetSlot()
Removes the
target-slot attribute |
ModuleAliasType<T> |
ModuleAliasType.slot(String slot)
Sets the
slot attribute |
ModuleAliasType<T> |
ModuleAliasType.targetName(String targetName)
Sets the
target-name attribute |
ModuleAliasType<T> |
ModuleAliasType.targetSlot(String targetSlot)
Sets the
target-slot attribute |
Copyright © 2016 JBoss by Red Hat. All rights reserved.