Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment12 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
SystemDependencyType<DependenciesType<T>> |
DependenciesType.createSystem()
Creates a new
system element |
SystemDependencyType<T> |
SystemDependencyType.export(Boolean export)
Sets the
export attribute |
SystemDependencyType<DependenciesType<T>> |
DependenciesType.getOrCreateSystem()
If not already created, a new
system element will be created and returned. |
SystemDependencyType<T> |
SystemDependencyType.removeExport()
Removes the
export attribute |
SystemDependencyType<T> |
SystemDependencyType.removeExports()
Removes the
exports element |
SystemDependencyType<T> |
SystemDependencyType.removePaths()
Removes the
paths element |
Modifier and Type | Method and Description |
---|---|
List<SystemDependencyType<DependenciesType<T>>> |
DependenciesType.getAllSystem()
Returns all
system elements |
FilterType<SystemDependencyType<T>> |
SystemDependencyType.getOrCreateExports()
If not already created, a new
exports element with the given value will be created. |
PathSetType<SystemDependencyType<T>> |
SystemDependencyType.getOrCreatePaths()
If not already created, a new
paths element with the given value will be created. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.