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 |
---|---|
ModuleAliasDescriptor |
ModuleAliasDescriptor.name(String name)
Sets the
name attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.removeName()
Removes the
name attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.removeSlot()
Removes the
slot attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.removeTargetName()
Removes the
target-name attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.removeTargetSlot()
Removes the
target-slot attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.slot(String slot)
Sets the
slot attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.targetName(String targetName)
Sets the
target-name attribute |
ModuleAliasDescriptor |
ModuleAliasDescriptor.targetSlot(String targetSlot)
Sets the
target-slot attribute |
Copyright © 2020 JBoss by Red Hat. All rights reserved.