Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
DependenciesType<SubDeploymentType<T>> |
SubDeploymentType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<DeploymentType<T>> |
DeploymentType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<ModuleType<T>> |
ModuleType.getOrCreateDependencies()
If not already created, a new
dependencies element with the given value will be created. |
DependenciesType<T> |
DependenciesType.removeAllModule()
Removes all
module elements |
Modifier and Type | Method and Description |
---|---|
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.createModule()
Creates a new
module element |
List<ModuleDependencyType<DependenciesType<T>>> |
DependenciesType.getAllModule()
Returns all
module elements |
ModuleDependencyType<DependenciesType<T>> |
DependenciesType.getOrCreateModule()
If not already created, a new
module element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.