public interface DependenciesType<T> extends Child<T>
dependencies-type
xsd typeModifier 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.artifact
NamedType<DependenciesType<T>> createArtifact()
artifact
elementNamedType>
List<NamedType<DependenciesType<T>>> getAllArtifact()
artifact
elementsartifact
DependenciesType<T> removeAllArtifact()
artifact
elementsNamedType>
Copyright © 2018 JBoss by Red Hat. All rights reserved.