
public interface DependenciesType<T> extends Child<T>
dependencies-type xsd type| Modifier and Type | Method and Description |
|---|---|
NamedType<DependenciesType<T>> |
createArtifact()
Creates a new
artifact element |
List<NamedType<DependenciesType<T>>> |
getAllArtifact()
Returns all
artifact elements |
NamedType<DependenciesType<T>> |
getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
DependenciesType<T> |
removeAllArtifact()
Removes all
artifact elements |
NamedType<DependenciesType<T>> getOrCreateArtifact()
artifact element will be created and returned.
Otherwise, the first existing artifact element will be returned.artifactNamedType<DependenciesType<T>> createArtifact()
artifact elementNamedType> List<NamedType<DependenciesType<T>>> getAllArtifact()
artifact elementsartifactDependenciesType<T> removeAllArtifact()
artifact elementsNamedType> Copyright © 2021 JBoss by Red Hat. All rights reserved.