Uses of Class
org.apache.jackrabbit.oak.spi.filter.PathFilter.Result
-
Packages that use PathFilter.Result Package Description org.apache.jackrabbit.oak.spi.filter -
-
Uses of PathFilter.Result in org.apache.jackrabbit.oak.spi.filter
Methods in org.apache.jackrabbit.oak.spi.filter that return PathFilter.Result Modifier and Type Method Description PathFilter.ResultPathFilter. filter(@NotNull String path)Determines whether given path is to be included or notstatic PathFilter.ResultPathFilter.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static PathFilter.Result[]PathFilter.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-