Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.wildflyfeaturepack11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CopyArtifactsType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateCopyArtifacts()
If not already created, a new
copy-artifacts element with the given value will be created. |
CopyArtifactsType<T> |
CopyArtifactsType.removeAllCopyArtifact()
Removes all
copy-artifact elements |
Modifier and Type | Method and Description |
---|---|
CopyArtifactType<CopyArtifactsType<T>> |
CopyArtifactsType.createCopyArtifact()
Creates a new
copy-artifact element |
List<CopyArtifactType<CopyArtifactsType<T>>> |
CopyArtifactsType.getAllCopyArtifact()
Returns all
copy-artifact elements |
CopyArtifactType<CopyArtifactsType<T>> |
CopyArtifactsType.getOrCreateCopyArtifact()
If not already created, a new
copy-artifact element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.