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 |
---|---|
NamedType<DependenciesType<T>> |
DependenciesType.createArtifact()
Creates a new
artifact element |
NamedType<DependenciesType<T>> |
DependenciesType.getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
NamedType<T> |
NamedType.name(String name)
Sets the
name attribute |
NamedType<T> |
NamedType.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<NamedType<DependenciesType<T>>> |
DependenciesType.getAllArtifact()
Returns all
artifact elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.