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 |
---|---|
DependenciesType<ModuleType<T>> |
ModuleType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<ModuleDescriptor> |
ModuleDescriptor.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<T> |
DependenciesType.removeAllModule()
Removes all
module elements |
DependenciesType<T> |
DependenciesType.removeAllSystem()
Removes all
system elements |
Modifier and Type | Method and Description |
---|---|
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.createModule()
Creates a new
module element |
SystemDependencyType<DependenciesType<T>> |
DependenciesType.createSystem()
Creates a new
system element |
List<ModuleDependencyType<DependenciesType<T>>> |
DependenciesType.getAllModule()
Returns all
module elements |
List<SystemDependencyType<DependenciesType<T>>> |
DependenciesType.getAllSystem()
Returns all
system elements |
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
SystemDependencyType<DependenciesType<T>> |
DependenciesType.getOrCreateSystem()
If not already created, a new
system element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.