Uses of Class
org.apache.jackrabbit.oak.api.StrictPathRestriction
-
Packages that use StrictPathRestriction Package Description org.apache.jackrabbit.oak.api Oak repository API -
-
Uses of StrictPathRestriction in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return StrictPathRestriction Modifier and Type Method Description static StrictPathRestrictionStrictPathRestriction. stringToEnum(String strictPathRestrictionInString)static StrictPathRestrictionStrictPathRestriction. valueOf(String name)Returns the enum constant of this type with the specified name.static StrictPathRestriction[]StrictPathRestriction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-