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 |
---|---|
ResourceType<ResourcesType<T>> |
ResourcesType.createResourceRoot()
Creates a new
resource-root element |
ResourceType<ResourcesType<T>> |
ResourcesType.getOrCreateResourceRoot()
If not already created, a new
resource-root element will be created and returned. |
ResourceType<T> |
ResourceType.name(String name)
Sets the
name attribute |
ResourceType<T> |
ResourceType.path(String path)
Sets the
path attribute |
ResourceType<T> |
ResourceType.removeFilter()
Removes the
filter element |
ResourceType<T> |
ResourceType.removeName()
Removes the
name attribute |
ResourceType<T> |
ResourceType.removePath()
Removes the
path attribute |
ResourceType<T> |
ResourceType.removeUsePhysicalCodeSource()
Removes the
use-physical-code-source attribute |
ResourceType<T> |
ResourceType.usePhysicalCodeSource(Boolean usePhysicalCodeSource)
Sets the
use-physical-code-source attribute |
Modifier and Type | Method and Description |
---|---|
List<ResourceType<ResourcesType<T>>> |
ResourcesType.getAllResourceRoot()
Returns all
resource-root elements |
FilterType<ResourceType<T>> |
ResourceType.getOrCreateFilter()
If not already created, a new
filter element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.