public interface CopyArtifactsType<T> extends Child<T>
copy-artifacts-type
xsd typeModifier 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-artifact
CopyArtifactType<CopyArtifactsType<T>> createCopyArtifact()
copy-artifact
elementCopyArtifactType>
List<CopyArtifactType<CopyArtifactsType<T>>> getAllCopyArtifact()
copy-artifact
elementscopy-artifact
CopyArtifactsType<T> removeAllCopyArtifact()
copy-artifact
elementsCopyArtifactType>
Copyright © 2018 JBoss by Red Hat. All rights reserved.