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 |
---|---|
ModuleExclusionType<ExclusionsType<T>> |
ExclusionsType.createModule()
Creates a new
module element |
ModuleExclusionType<ExclusionsType<T>> |
ExclusionsType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
ModuleExclusionType<T> |
ModuleExclusionType.name(String name)
Sets the
name attribute |
ModuleExclusionType<T> |
ModuleExclusionType.removeName()
Removes the
name attribute |
ModuleExclusionType<T> |
ModuleExclusionType.removeSlot()
Removes the
slot attribute |
ModuleExclusionType<T> |
ModuleExclusionType.slot(String slot)
Sets the
slot attribute |
Modifier and Type | Method and Description |
---|---|
List<ModuleExclusionType<ExclusionsType<T>>> |
ExclusionsType.getAllModule()
Returns all
module elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.