Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ExclusionsType<DeploymentType<T>> |
DeploymentType.getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
ExclusionsType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateExclusions()
If not already created, a new
exclusions element with the given value will be created. |
ExclusionsType<T> |
ExclusionsType.removeAllModule()
Removes all
module elements |
Modifier and Type | Method and Description |
---|---|
ModuleExclusionType<ExclusionsType<T>> |
ExclusionsType.createModule()
Creates a new
module element |
List<ModuleExclusionType<ExclusionsType<T>>> |
ExclusionsType.getAllModule()
Returns all
module elements |
ModuleExclusionType<ExclusionsType<T>> |
ExclusionsType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.