Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Exclude<T> |
Exclude.clazz(String clazz)
Sets the
class attribute |
Exclude<ExceptionClassFilter<T>> |
ExceptionClassFilter.createExclude()
Creates a new
exclude element |
Exclude<ExceptionClassFilter<T>> |
ExceptionClassFilter.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Exclude<T> |
Exclude.removeClazzAttr()
Removes the
class attribute |
Modifier and Type | Method and Description |
---|---|
List<Exclude<ExceptionClassFilter<T>>> |
ExceptionClassFilter.getAllExclude()
Returns all
exclude elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.