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 |
---|---|
DependenciesType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<T> |
DependenciesType.removeAllArtifact()
Removes all
artifact elements |
Modifier and Type | Method and Description |
---|---|
NamedType<DependenciesType<T>> |
DependenciesType.createArtifact()
Creates a new
artifact element |
List<NamedType<DependenciesType<T>>> |
DependenciesType.getAllArtifact()
Returns all
artifact elements |
NamedType<DependenciesType<T>> |
DependenciesType.getOrCreateArtifact()
If not already created, a new
artifact element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.