Uses of Class
org.apache.jackrabbit.vault.fs.api.FilterSet
-
Packages that use FilterSet Package Description org.apache.jackrabbit.vault.fs.api -
-
Uses of FilterSet in org.apache.jackrabbit.vault.fs.api
Subclasses of FilterSet in org.apache.jackrabbit.vault.fs.api Modifier and Type Class Description classItemFilterSetThe item filter set holds a set of item filters each attributes as include or exclude filter.classPathFilterSetThe path filter set holds a set of path filters each attributes as include or exclude filter.Methods in org.apache.jackrabbit.vault.fs.api that return FilterSet Modifier and Type Method Description @NotNull FilterSet<E>FilterSet. addAll(@NotNull FilterSet<E> set)Adds (replaces) all entries from the given set to this one.@NotNull FilterSet<E>FilterSet. addExclude(E filter)Adds a new item filter as excluded entry.@NotNull FilterSet<E>FilterSet. addInclude(E filter)Adds a new item filter as included entry.@NotNull FilterSet<E>FilterSet. seal()Seals this list, i.e. makes it unmodifiable.@NotNull FilterSet<PathFilter>PathFilterSet. seal()Methods in org.apache.jackrabbit.vault.fs.api with parameters of type FilterSet Modifier and Type Method Description @NotNull FilterSet<E>FilterSet. addAll(@NotNull FilterSet<E> set)Adds (replaces) all entries from the given set to this one.
-