Class FieldPaths
java.lang.Object
org.hibernate.search.engine.backend.common.spi.FieldPaths
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hibernate.search.util.common.pattern.spi.SimpleGlobPatternabsolutize(String absoluteParentPath, String prefix, org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern relativeFieldPathGlob) static Stringstatic org.hibernate.search.util.common.pattern.spi.SimpleGlobPatterncompose(String absolutePath, org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern relativeFieldPathGlob) static booleanisStrictPrefix(String prefixCandidatePath, String path) static Stringstatic org.hibernate.search.util.common.pattern.spi.SimpleGlobPatternprefix(String prefix, org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern relativeFieldPathGlob) static FieldPaths.RelativizedPathrelativize(String absolutePath) static String[]
-
Field Details
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR- See Also:
-
PATH_SEPARATOR_STRING
-
PATH_SEPARATOR_REGEX_STRING
- See Also:
-
-
Method Details
-
prefix
-
prefix
public static org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern prefix(String prefix, org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern relativeFieldPathGlob) -
compose
-
compose
public static org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern compose(String absolutePath, org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern relativeFieldPathGlob) -
absolutize
-
relativize
-
isStrictPrefix
-
split
-