public interface CopyArtifactType<T> extends Child<T>
copy-artifact-type
xsd typeModifier 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.filter
FilterType<CopyArtifactType<T>> createFilter()
filter
elementFilterType>
List<FilterType<CopyArtifactType<T>>> getAllFilter()
filter
elementsfilter
CopyArtifactType<T> removeAllFilter()
filter
elementsFilterType>
CopyArtifactType<T> artifact(String artifact)
artifact
attributeartifact
- the value for the attribute artifact
CopyArtifactType
String getArtifact()
artifact
attributeartifact
CopyArtifactType<T> removeArtifact()
artifact
attributeCopyArtifactType
CopyArtifactType<T> toLocation(String toLocation)
to-location
attributetoLocation
- the value for the attribute to-location
CopyArtifactType
String getToLocation()
to-location
attributeto-location
CopyArtifactType<T> removeToLocation()
to-location
attributeCopyArtifactType
CopyArtifactType<T> extract(Boolean extract)
extract
attributeextract
- the value for the attribute extract
CopyArtifactType
Boolean isExtract()
extract
attributeextract
CopyArtifactType<T> removeExtract()
extract
attributeCopyArtifactType
Copyright © 2022 JBoss by Red Hat. All rights reserved.