public interface FilterType<T> extends Child<T>
filterType
xsd typeModifier and Type | Method and Description |
---|---|
PathSpecType<FilterType<T>> |
createExclude()
Creates a new
exclude element |
PathSetType<FilterType<T>> |
createExcludeSet()
Creates a new
exclude-set element |
PathSpecType<FilterType<T>> |
createInclude()
Creates a new
include element |
PathSetType<FilterType<T>> |
createIncludeSet()
Creates a new
include-set element |
List<PathSpecType<FilterType<T>>> |
getAllExclude()
Returns all
exclude elements |
List<PathSetType<FilterType<T>>> |
getAllExcludeSet()
Returns all
exclude-set elements |
List<PathSpecType<FilterType<T>>> |
getAllInclude()
Returns all
include elements |
List<PathSetType<FilterType<T>>> |
getAllIncludeSet()
Returns all
include-set elements |
PathSpecType<FilterType<T>> |
getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
PathSetType<FilterType<T>> |
getOrCreateExcludeSet()
If not already created, a new
exclude-set element will be created and returned. |
PathSpecType<FilterType<T>> |
getOrCreateInclude()
If not already created, a new
include element will be created and returned. |
PathSetType<FilterType<T>> |
getOrCreateIncludeSet()
If not already created, a new
include-set element will be created and returned. |
FilterType<T> |
removeAllExclude()
Removes all
exclude elements |
FilterType<T> |
removeAllExcludeSet()
Removes all
exclude-set elements |
FilterType<T> |
removeAllInclude()
Removes all
include elements |
FilterType<T> |
removeAllIncludeSet()
Removes all
include-set elements |
PathSpecType<FilterType<T>> getOrCreateInclude()
include
element will be created and returned.
Otherwise, the first existing include
element will be returned.include
PathSpecType<FilterType<T>> createInclude()
include
elementPathSpecType>
List<PathSpecType<FilterType<T>>> getAllInclude()
include
elementsinclude
FilterType<T> removeAllInclude()
include
elementsPathSpecType>
PathSpecType<FilterType<T>> getOrCreateExclude()
exclude
element will be created and returned.
Otherwise, the first existing exclude
element will be returned.exclude
PathSpecType<FilterType<T>> createExclude()
exclude
elementPathSpecType>
List<PathSpecType<FilterType<T>>> getAllExclude()
exclude
elementsexclude
FilterType<T> removeAllExclude()
exclude
elementsPathSpecType>
PathSetType<FilterType<T>> getOrCreateIncludeSet()
include-set
element will be created and returned.
Otherwise, the first existing include-set
element will be returned.include-set
PathSetType<FilterType<T>> createIncludeSet()
include-set
elementPathSetType>
List<PathSetType<FilterType<T>>> getAllIncludeSet()
include-set
elementsinclude-set
FilterType<T> removeAllIncludeSet()
include-set
elementsPathSetType>
PathSetType<FilterType<T>> getOrCreateExcludeSet()
exclude-set
element will be created and returned.
Otherwise, the first existing exclude-set
element will be returned.exclude-set
PathSetType<FilterType<T>> createExcludeSet()
exclude-set
elementPathSetType>
List<PathSetType<FilterType<T>>> getAllExcludeSet()
exclude-set
elementsexclude-set
FilterType<T> removeAllExcludeSet()
exclude-set
elementsPathSetType>
Copyright © 2020 JBoss by Red Hat. All rights reserved.