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 |
---|---|
ArtifactType<ResourcesType<T>> |
ResourcesType.createArtifact()
Creates a new
artifact element |
ArtifactType<ResourcesType<T>> |
ResourcesType.createNativeArtifact()
Creates a new
native-artifact element |
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. |
ArtifactType<T> |
ArtifactType.name(String name)
Sets the
name attribute |
ArtifactType<T> |
ArtifactType.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<ArtifactType<ResourcesType<T>>> |
ResourcesType.getAllArtifact()
Returns all
artifact elements |
List<ArtifactType<ResourcesType<T>>> |
ResourcesType.getAllNativeArtifact()
Returns all
native-artifact elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.