Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.wildflyfeaturepack11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ArtifactVersionsType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateArtifactVersions()
If not already created, a new
artifact-versions element with the given value will be created. |
ArtifactVersionsType<T> |
ArtifactVersionsType.removeAllArtifact()
Removes all
artifact elements |
Modifier and Type | Method and Description |
---|---|
ArtifactType<ArtifactVersionsType<T>> |
ArtifactVersionsType.createArtifact()
Creates a new
artifact element |
List<ArtifactType<ArtifactVersionsType<T>>> |
ArtifactVersionsType.getAllArtifact()
Returns all
artifact elements |
ArtifactType<ArtifactVersionsType<T>> |
ArtifactVersionsType.getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.