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 |
---|---|
ResourcesType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
ResourcesType<ModuleType<T>> |
ModuleType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
ResourcesType<DeploymentType<T>> |
DeploymentType.getOrCreateResources()
If not already created, a new
resources element with the given value will be created. |
ResourcesType<T> |
ResourcesType.removeAllResourceRoot()
Removes all
resource-root elements |
Modifier and Type | Method and Description |
---|---|
ResourceType<ResourcesType<T>> |
ResourcesType.createResourceRoot()
Creates a new
resource-root element |
List<ResourceType<ResourcesType<T>>> |
ResourcesType.getAllResourceRoot()
Returns all
resource-root elements |
ResourceType<ResourcesType<T>> |
ResourcesType.getOrCreateResourceRoot()
If not already created, a new
resource-root element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.