public interface ExceptionClassFilter<T> extends Child<T>, JslExceptionClassFilterCommType<T,ExceptionClassFilter<T>,Include<ExceptionClassFilter<T>>,Exclude<ExceptionClassFilter<T>>>
ExceptionClassFilter
xsd typeModifier and Type | Method and Description |
---|---|
Exclude<ExceptionClassFilter<T>> |
createExclude()
Creates a new
exclude element |
Include<ExceptionClassFilter<T>> |
createInclude()
Creates a new
include element |
List<Exclude<ExceptionClassFilter<T>>> |
getAllExclude()
Returns all
exclude elements |
List<Include<ExceptionClassFilter<T>>> |
getAllInclude()
Returns all
include elements |
Exclude<ExceptionClassFilter<T>> |
getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Include<ExceptionClassFilter<T>> |
getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
ExceptionClassFilter<T> |
removeAllExclude()
Removes all
exclude elements |
ExceptionClassFilter<T> |
removeAllInclude()
Removes all
include elements |
Include<ExceptionClassFilter<T>> getOrCreateInclude()
include
element will be created and returned.
Otherwise, the first existing include
element will be returned.include
Include<ExceptionClassFilter<T>> createInclude()
include
elementInclude>
List<Include<ExceptionClassFilter<T>>> getAllInclude()
include
elementsinclude
ExceptionClassFilter<T> removeAllInclude()
include
elementsInclude>
Exclude<ExceptionClassFilter<T>> getOrCreateExclude()
exclude
element will be created and returned.
Otherwise, the first existing exclude
element will be returned.exclude
Exclude<ExceptionClassFilter<T>> createExclude()
exclude
elementExclude>
List<Exclude<ExceptionClassFilter<T>>> getAllExclude()
exclude
elementsexclude
ExceptionClassFilter<T> removeAllExclude()
exclude
elementsExclude>
Copyright © 2020 JBoss by Red Hat. All rights reserved.