
public interface CopyArtifactsType<T> extends Child<T>
copy-artifacts-type xsd type| Modifier and Type | Method and Description |
|---|---|
CopyArtifactType<CopyArtifactsType<T>> |
createCopyArtifact()
Creates a new
copy-artifact element |
List<CopyArtifactType<CopyArtifactsType<T>>> |
getAllCopyArtifact()
Returns all
copy-artifact elements |
CopyArtifactType<CopyArtifactsType<T>> |
getOrCreateCopyArtifact()
If not already created, a new
copy-artifact element will be created and returned. |
CopyArtifactsType<T> |
removeAllCopyArtifact()
Removes all
copy-artifact elements |
CopyArtifactType<CopyArtifactsType<T>> getOrCreateCopyArtifact()
copy-artifact element will be created and returned.
Otherwise, the first existing copy-artifact element will be returned.copy-artifactCopyArtifactType<CopyArtifactsType<T>> createCopyArtifact()
copy-artifact elementCopyArtifactType> List<CopyArtifactType<CopyArtifactsType<T>>> getAllCopyArtifact()
copy-artifact elementscopy-artifactCopyArtifactsType<T> removeAllCopyArtifact()
copy-artifact elementsCopyArtifactType> Copyright © 2021 JBoss by Red Hat. All rights reserved.