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 |
---|---|
ArtifactType<T> |
ArtifactType.artifactId(String artifactId)
Sets the
artifactId attribute |
ArtifactType<T> |
ArtifactType.classifier(String classifier)
Sets the
classifier attribute |
ArtifactType<ArtifactVersionsType<T>> |
ArtifactVersionsType.createArtifact()
Creates a new
artifact element |
ArtifactType<T> |
ArtifactType.extension(String extension)
Sets the
extension attribute |
ArtifactType<ArtifactVersionsType<T>> |
ArtifactVersionsType.getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
ArtifactType<T> |
ArtifactType.groupId(String groupId)
Sets the
groupId attribute |
ArtifactType<T> |
ArtifactType.removeArtifactId()
Removes the
artifactId attribute |
ArtifactType<T> |
ArtifactType.removeClassifier()
Removes the
classifier attribute |
ArtifactType<T> |
ArtifactType.removeExtension()
Removes the
extension attribute |
ArtifactType<T> |
ArtifactType.removeGroupId()
Removes the
groupId attribute |
ArtifactType<T> |
ArtifactType.removeVersion()
Removes the
version attribute |
ArtifactType<T> |
ArtifactType.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
List<ArtifactType<ArtifactVersionsType<T>>> |
ArtifactVersionsType.getAllArtifact()
Returns all
artifact elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.