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 |
---|---|
CopyArtifactType<T> |
CopyArtifactType.artifact(String artifact)
Sets the
artifact attribute |
CopyArtifactType<CopyArtifactsType<T>> |
CopyArtifactsType.createCopyArtifact()
Creates a new
copy-artifact element |
CopyArtifactType<T> |
CopyArtifactType.extract(Boolean extract)
Sets the
extract attribute |
CopyArtifactType<CopyArtifactsType<T>> |
CopyArtifactsType.getOrCreateCopyArtifact()
If not already created, a new
copy-artifact element will be created and returned. |
CopyArtifactType<T> |
CopyArtifactType.removeAllFilter()
Removes all
filter elements |
CopyArtifactType<T> |
CopyArtifactType.removeArtifact()
Removes the
artifact attribute |
CopyArtifactType<T> |
CopyArtifactType.removeExtract()
Removes the
extract attribute |
CopyArtifactType<T> |
CopyArtifactType.removeToLocation()
Removes the
to-location attribute |
CopyArtifactType<T> |
CopyArtifactType.toLocation(String toLocation)
Sets the
to-location attribute |
Modifier and Type | Method and Description |
---|---|
FilterType<CopyArtifactType<T>> |
CopyArtifactType.createFilter()
Creates a new
filter element |
List<CopyArtifactType<CopyArtifactsType<T>>> |
CopyArtifactsType.getAllCopyArtifact()
Returns all
copy-artifact elements |
List<FilterType<CopyArtifactType<T>>> |
CopyArtifactType.getAllFilter()
Returns all
filter elements |
FilterType<CopyArtifactType<T>> |
CopyArtifactType.getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.