Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ResourcesType<ModuleDescriptor> |
ModuleDescriptor.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<T> |
ResourcesType.removeAllArtifact()
Removes all
artifact elements |
ResourcesType<T> |
ResourcesType.removeAllNativeArtifact()
Removes all
native-artifact elements |
ResourcesType<T> |
ResourcesType.removeAllResourceRoot()
Removes all
resource-root elements |
Modifier and Type | Method and Description |
---|---|
ArtifactType<ResourcesType<T>> |
ResourcesType.createArtifact()
Creates a new
artifact element |
ArtifactType<ResourcesType<T>> |
ResourcesType.createNativeArtifact()
Creates a new
native-artifact element |
ResourceType<ResourcesType<T>> |
ResourcesType.createResourceRoot()
Creates a new
resource-root element |
List<ArtifactType<ResourcesType<T>>> |
ResourcesType.getAllArtifact()
Returns all
artifact elements |
List<ArtifactType<ResourcesType<T>>> |
ResourcesType.getAllNativeArtifact()
Returns all
native-artifact elements |
List<ResourceType<ResourcesType<T>>> |
ResourcesType.getAllResourceRoot()
Returns all
resource-root elements |
ArtifactType<ResourcesType<T>> |
ResourcesType.getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
ArtifactType<ResourcesType<T>> |
ResourcesType.getOrCreateNativeArtifact()
If not already created, a new
native-artifact element will be created and returned. |
ResourceType<ResourcesType<T>> |
ResourcesType.getOrCreateResourceRoot()
If not already created, a new
resource-root element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.