
public interface CopyArtifactType<T> extends Child<T>
copy-artifact-type xsd type| Modifier and Type | Method and Description |
|---|---|
CopyArtifactType<T> |
artifact(String artifact)
Sets the
artifact attribute |
FilterType<CopyArtifactType<T>> |
createFilter()
Creates a new
filter element |
CopyArtifactType<T> |
extract(Boolean extract)
Sets the
extract attribute |
List<FilterType<CopyArtifactType<T>>> |
getAllFilter()
Returns all
filter elements |
String |
getArtifact()
Returns the
artifact attribute |
FilterType<CopyArtifactType<T>> |
getOrCreateFilter()
If not already created, a new
filter element will be created and returned. |
String |
getToLocation()
Returns the
to-location attribute |
Boolean |
isExtract()
Returns the
extract attribute |
CopyArtifactType<T> |
removeAllFilter()
Removes all
filter elements |
CopyArtifactType<T> |
removeArtifact()
Removes the
artifact attribute |
CopyArtifactType<T> |
removeExtract()
Removes the
extract attribute |
CopyArtifactType<T> |
removeToLocation()
Removes the
to-location attribute |
CopyArtifactType<T> |
toLocation(String toLocation)
Sets the
to-location attribute |
FilterType<CopyArtifactType<T>> getOrCreateFilter()
filter element will be created and returned.
Otherwise, the first existing filter element will be returned.filterFilterType<CopyArtifactType<T>> createFilter()
filter elementFilterType> List<FilterType<CopyArtifactType<T>>> getAllFilter()
filter elementsfilterCopyArtifactType<T> removeAllFilter()
filter elementsFilterType> CopyArtifactType<T> artifact(String artifact)
artifact attributeartifact - the value for the attribute artifactCopyArtifactTypeString getArtifact()
artifact attributeartifactCopyArtifactType<T> removeArtifact()
artifact attributeCopyArtifactTypeCopyArtifactType<T> toLocation(String toLocation)
to-location attributetoLocation - the value for the attribute to-locationCopyArtifactTypeString getToLocation()
to-location attributeto-locationCopyArtifactType<T> removeToLocation()
to-location attributeCopyArtifactTypeCopyArtifactType<T> extract(Boolean extract)
extract attributeextract - the value for the attribute extractCopyArtifactTypeBoolean isExtract()
extract attributeextractCopyArtifactType<T> removeExtract()
extract attributeCopyArtifactTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.