
public interface ArtifactVersionsType<T> extends Child<T>
artifact-versions-type xsd type| Modifier 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.artifactArtifactType<ArtifactVersionsType<T>> createArtifact()
artifact elementArtifactType> List<ArtifactType<ArtifactVersionsType<T>>> getAllArtifact()
artifact elementsartifactArtifactVersionsType<T> removeAllArtifact()
artifact elementsArtifactType> Copyright © 2025 JBoss by Red Hat. All rights reserved.