
public interface FilterType<T> extends Child<T>
filterType xsd type| Modifier 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.includePathSpecType<FilterType<T>> createInclude()
include elementPathSpecType> List<PathSpecType<FilterType<T>>> getAllInclude()
include elementsincludeFilterType<T> removeAllInclude()
include elementsPathSpecType> PathSpecType<FilterType<T>> getOrCreateExclude()
exclude element will be created and returned.
Otherwise, the first existing exclude element will be returned.excludePathSpecType<FilterType<T>> createExclude()
exclude elementPathSpecType> List<PathSpecType<FilterType<T>>> getAllExclude()
exclude elementsexcludeFilterType<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-setPathSetType<FilterType<T>> createIncludeSet()
include-set elementPathSetType> List<PathSetType<FilterType<T>>> getAllIncludeSet()
include-set elementsinclude-setFilterType<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-setPathSetType<FilterType<T>> createExcludeSet()
exclude-set elementPathSetType> List<PathSetType<FilterType<T>>> getAllExcludeSet()
exclude-set elementsexclude-setFilterType<T> removeAllExcludeSet()
exclude-set elementsPathSetType> Copyright © 2021 JBoss by Red Hat. All rights reserved.