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 |
---|---|
WildFlyFeaturePackDescriptor |
WildFlyFeaturePackDescriptor.removeArtifactVersions()
Removes the
artifact-versions element |
WildFlyFeaturePackDescriptor |
WildFlyFeaturePackDescriptor.removeConfig()
Removes the
config element |
WildFlyFeaturePackDescriptor |
WildFlyFeaturePackDescriptor.removeCopyArtifacts()
Removes the
copy-artifacts element |
WildFlyFeaturePackDescriptor |
WildFlyFeaturePackDescriptor.removeDependencies()
Removes the
dependencies element |
WildFlyFeaturePackDescriptor |
WildFlyFeaturePackDescriptor.removeFilePermissions()
Removes the
file-permissions element |
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. |
ConfigType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateConfig()
If not already created, a new
config element with the given value will be created. |
CopyArtifactsType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateCopyArtifacts()
If not already created, a new
copy-artifacts element with the given value will be created. |
DependenciesType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
FilePermissionsType<WildFlyFeaturePackDescriptor> |
WildFlyFeaturePackDescriptor.getOrCreateFilePermissions()
If not already created, a new
file-permissions element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.