Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PathSetType<FilterType<T>> |
FilterType.createExcludeSet()
Creates a new
exclude-set element |
PathSetType<FilterType<T>> |
FilterType.createIncludeSet()
Creates a new
include-set element |
PathSetType<FilterType<T>> |
FilterType.getOrCreateExcludeSet()
If not already created, a new
exclude-set element will be created and returned. |
PathSetType<FilterType<T>> |
FilterType.getOrCreateIncludeSet()
If not already created, a new
include-set element will be created and returned. |
PathSetType<SystemDependencyType<T>> |
SystemDependencyType.getOrCreatePaths()
If not already created, a new
paths element with the given value will be created. |
PathSetType<T> |
PathSetType.removeAllPath()
Removes all
path elements |
Modifier and Type | Method and Description |
---|---|
PathType<PathSetType<T>> |
PathSetType.createPath()
Creates a new
path element |
List<PathSetType<FilterType<T>>> |
FilterType.getAllExcludeSet()
Returns all
exclude-set elements |
List<PathSetType<FilterType<T>>> |
FilterType.getAllIncludeSet()
Returns all
include-set elements |
List<PathType<PathSetType<T>>> |
PathSetType.getAllPath()
Returns all
path elements |
PathType<PathSetType<T>> |
PathSetType.getOrCreatePath()
If not already created, a new
path element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.