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 |
---|---|
PathSpecType<FilterType<T>> |
FilterType.createExclude()
Creates a new
exclude element |
PathSpecType<FilterType<T>> |
FilterType.createInclude()
Creates a new
include element |
PathSpecType<FilterType<T>> |
FilterType.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
PathSpecType<FilterType<T>> |
FilterType.getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
PathSpecType<T> |
PathSpecType.path(String path)
Sets the
path attribute |
PathSpecType<T> |
PathSpecType.removePath()
Removes the
path attribute |
Modifier and Type | Method and Description |
---|---|
List<PathSpecType<FilterType<T>>> |
FilterType.getAllExclude()
Returns all
exclude elements |
List<PathSpecType<FilterType<T>>> |
FilterType.getAllInclude()
Returns all
include elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.