Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ModuleDependencyType<T> |
ModuleDependencyType.annotations(Boolean annotations)
Sets the
annotations attribute |
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.createModule()
Creates a new
module element |
ModuleDependencyType<T> |
ModuleDependencyType.export(Boolean export)
Sets the
export attribute |
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
ModuleDependencyType<T> |
ModuleDependencyType.metaInf(MetaInfDispositionType metaInf)
Sets the
meta-inf attribute |
ModuleDependencyType<T> |
ModuleDependencyType.metaInf(String metaInf)
Sets the
meta-inf attribute |
ModuleDependencyType<T> |
ModuleDependencyType.name(String name)
Sets the
name attribute |
ModuleDependencyType<T> |
ModuleDependencyType.optional(Boolean optional)
Sets the
optional attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeAllExports()
Removes all
exports elements |
ModuleDependencyType<T> |
ModuleDependencyType.removeAllImports()
Removes all
imports elements |
ModuleDependencyType<T> |
ModuleDependencyType.removeAnnotations()
Removes the
annotations attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeExport()
Removes the
export attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeMetaInf()
Removes the
meta-inf attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeName()
Removes the
name attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeOptional()
Removes the
optional attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeServices()
Removes the
services attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeSlot()
Removes the
slot attribute |
ModuleDependencyType<T> |
ModuleDependencyType.services(ServiceDispositionType services)
Sets the
services attribute |
ModuleDependencyType<T> |
ModuleDependencyType.services(String services)
Sets the
services attribute |
ModuleDependencyType<T> |
ModuleDependencyType.slot(String slot)
Sets the
slot attribute |
Modifier and Type | Method and Description |
---|---|
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.createExports()
Creates a new
exports element |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.createImports()
Creates a new
imports element |
List<FilterType<ModuleDependencyType<T>>> |
ModuleDependencyType.getAllExports()
Returns all
exports elements |
List<FilterType<ModuleDependencyType<T>>> |
ModuleDependencyType.getAllImports()
Returns all
imports elements |
List<ModuleDependencyType<DependenciesType<T>>> |
DependenciesType.getAllModule()
Returns all
module elements |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.getOrCreateExports()
If not already created, a new
exports element will be created and returned. |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.getOrCreateImports()
If not already created, a new
imports element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.