Uses of Interface
org.apache.jackrabbit.vault.fs.api.PathFilter
-
-
Uses of PathFilter in org.apache.jackrabbit.vault.fs.api
Fields in org.apache.jackrabbit.vault.fs.api declared as PathFilter Modifier and Type Field Description static PathFilterPathFilter. ALLThe "Catch all" item filter.static PathFilterPathFilter. NONEThe "Miss all" item filter.Methods in org.apache.jackrabbit.vault.fs.api that return PathFilter Modifier and Type Method Description @NotNull PathFilterPathFilter. translate(@Nullable PathMapping mapping)Translates this path filter with the given mapping.Methods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type PathFilter Modifier and Type Method Description @NotNull FilterSet<PathFilter>PathFilterSet. seal() -
Uses of PathFilter in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config that return PathFilter Modifier and Type Method Description protected PathFilterDefaultWorkspaceFilter. readFilter(Element elem)Methods in org.apache.jackrabbit.vault.fs.config with parameters of type PathFilter Modifier and Type Method Description voidDefaultWorkspaceFilter. setGlobalIgnored(PathFilter ignored) -
Uses of PathFilter in org.apache.jackrabbit.vault.fs.filter
Classes in org.apache.jackrabbit.vault.fs.filter that implement PathFilter Modifier and Type Class Description classDefaultPathFilterThe default path filter provides hierarchical filtering.Methods in org.apache.jackrabbit.vault.fs.filter that return PathFilter Modifier and Type Method Description PathFilterDefaultPathFilter. translate(PathMapping mapping)Translates this path filter with the given mapping. -
Uses of PathFilter in org.apache.jackrabbit.vault.packaging
Methods in org.apache.jackrabbit.vault.packaging that return PathFilter Modifier and Type Method Description protected PathFilterScopedWorkspaceFilter. readFilter(Element elem)Methods in org.apache.jackrabbit.vault.packaging with parameters of type PathFilter Modifier and Type Method Description voidScopedWorkspaceFilter. setGlobalIgnored(PathFilter ignored) -
Uses of PathFilter in org.apache.jackrabbit.vault.vlt
Methods in org.apache.jackrabbit.vault.vlt that return PathFilter Modifier and Type Method Description PathFilterVltContext. getGlobalIgnored()Methods in org.apache.jackrabbit.vault.vlt with parameters of type PathFilter Modifier and Type Method Description voidVltContext. setGlobalIgnored(PathFilter globalIgnored) -
Uses of PathFilter in org.apache.jackrabbit.vault.vlt.meta
Classes in org.apache.jackrabbit.vault.vlt.meta that implement PathFilter Modifier and Type Class Description classIgnoredIgnored...Methods in org.apache.jackrabbit.vault.vlt.meta that return PathFilter Modifier and Type Method Description @NotNull PathFilterIgnored. translate(@Nullable PathMapping mapping)Methods in org.apache.jackrabbit.vault.vlt.meta that return types with arguments of type PathFilter Modifier and Type Method Description List<PathFilter>Ignored. getIgnored()
-