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 |
---|---|
ExcludeSubsystemsType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateExcludeSubsystems()
If not already created, a new
exclude-subsystems element with the given value will be created. |
ExcludeSubsystemsType<DeploymentType<T>> |
DeploymentType.getOrCreateExcludeSubsystems()
If not already created, a new
exclude-subsystems element with the given value will be created. |
ExcludeSubsystemsType<T> |
ExcludeSubsystemsType.removeAllSubsystem()
Removes all
subsystem elements |
Modifier and Type | Method and Description |
---|---|
SubsystemType<ExcludeSubsystemsType<T>> |
ExcludeSubsystemsType.createSubsystem()
Creates a new
subsystem element |
List<SubsystemType<ExcludeSubsystemsType<T>>> |
ExcludeSubsystemsType.getAllSubsystem()
Returns all
subsystem elements |
SubsystemType<ExcludeSubsystemsType<T>> |
ExcludeSubsystemsType.getOrCreateSubsystem()
If not already created, a new
subsystem element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.