public interface ArtifactVersionsType<T> extends Child<T>
artifact-versions-type
xsd typeModifier and Type | Method and Description |
---|---|
ArtifactType<ArtifactVersionsType<T>> |
createArtifact()
Creates a new
artifact element |
List<ArtifactType<ArtifactVersionsType<T>>> |
getAllArtifact()
Returns all
artifact elements |
ArtifactType<ArtifactVersionsType<T>> |
getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
ArtifactVersionsType<T> |
removeAllArtifact()
Removes all
artifact elements |
ArtifactType<ArtifactVersionsType<T>> getOrCreateArtifact()
artifact
element will be created and returned.
Otherwise, the first existing artifact
element will be returned.artifact
ArtifactType<ArtifactVersionsType<T>> createArtifact()
artifact
elementArtifactType>
List<ArtifactType<ArtifactVersionsType<T>>> getAllArtifact()
artifact
elementsartifact
ArtifactVersionsType<T> removeAllArtifact()
artifact
elementsArtifactType>
Copyright © 2024 JBoss by Red Hat. All rights reserved.