Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FilterType<ModuleDescriptor> |
ModuleDescriptor.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
FilterType<SystemDependencyType<T>> |
SystemDependencyType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
FilterType<ModuleType<T>> |
ModuleType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
FilterType<ResourceType<T>> |
ResourceType.getOrCreateFilter()
If not already created, a new
filter element with the given value will be created. |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.getOrCreateImports()
If not already created, a new
imports element with the given value will be created. |
FilterType<T> |
FilterType.removeAllExclude()
Removes all
exclude elements |
FilterType<T> |
FilterType.removeAllExcludeSet()
Removes all
exclude-set elements |
FilterType<T> |
FilterType.removeAllInclude()
Removes all
include elements |
FilterType<T> |
FilterType.removeAllIncludeSet()
Removes all
include-set elements |
Modifier and Type | Method and Description |
---|---|
PathSpecType<FilterType<T>> |
FilterType.createExclude()
Creates a new
exclude element |
PathSetType<FilterType<T>> |
FilterType.createExcludeSet()
Creates a new
exclude-set element |
PathSpecType<FilterType<T>> |
FilterType.createInclude()
Creates a new
include element |
PathSetType<FilterType<T>> |
FilterType.createIncludeSet()
Creates a new
include-set element |
List<PathSpecType<FilterType<T>>> |
FilterType.getAllExclude()
Returns all
exclude elements |
List<PathSetType<FilterType<T>>> |
FilterType.getAllExcludeSet()
Returns all
exclude-set elements |
List<PathSpecType<FilterType<T>>> |
FilterType.getAllInclude()
Returns all
include elements |
List<PathSetType<FilterType<T>>> |
FilterType.getAllIncludeSet()
Returns all
include-set elements |
PathSpecType<FilterType<T>> |
FilterType.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
PathSetType<FilterType<T>> |
FilterType.getOrCreateExcludeSet()
If not already created, a new
exclude-set element will be created and returned. |
PathSpecType<FilterType<T>> |
FilterType.getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
PathSetType<FilterType<T>> |
FilterType.getOrCreateIncludeSet()
If not already created, a new
include-set element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.