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 |
---|---|
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.name(String name)
Sets the
name attribute |
ModuleDependencyType<T> |
ModuleDependencyType.optional(Boolean optional)
Sets the
optional attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeExport()
Removes the
export attribute |
ModuleDependencyType<T> |
ModuleDependencyType.removeExports()
Removes the
exports element |
ModuleDependencyType<T> |
ModuleDependencyType.removeImports()
Removes the
imports element |
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 |
---|---|
List<ModuleDependencyType<DependenciesType<T>>> |
DependenciesType.getAllModule()
Returns all
module elements |
FilterType<ModuleDependencyType<T>> |
ModuleDependencyType.getOrCreateExports()
If not already created, a new
exports 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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.