Class FieldPaths
- java.lang.Object
-
- org.hibernate.search.engine.backend.common.spi.FieldPaths
-
public class FieldPaths extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldPaths.RelativizedPath
-
Field Summary
Fields Modifier and Type Field Description static charPATH_SEPARATORstatic StringPATH_SEPARATOR_REGEX_STRINGstatic StringPATH_SEPARATOR_STRING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringabsolutize(String absoluteParentPath, String prefix, String relativeFieldName)static SimpleGlobPatternabsolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob)static Stringcompose(String absolutePath, String relativeFieldName)static SimpleGlobPatterncompose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob)static Stringprefix(String prefix, String relativeFieldName)static SimpleGlobPatternprefix(String prefix, SimpleGlobPattern relativeFieldPathGlob)static FieldPaths.RelativizedPathrelativize(String absolutePath)static String[]split(String absoluteFieldPath)
-
-
-
Field Detail
-
PATH_SEPARATOR
public static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
-
PATH_SEPARATOR_STRING
public static final String PATH_SEPARATOR_STRING
-
PATH_SEPARATOR_REGEX_STRING
public static final String PATH_SEPARATOR_REGEX_STRING
- See Also:
- Constant Field Values
-
-
Method Detail
-
prefix
public static SimpleGlobPattern prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob)
-
compose
public static SimpleGlobPattern compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob)
-
absolutize
public static SimpleGlobPattern absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob)
-
absolutize
public static String absolutize(String absoluteParentPath, String prefix, String relativeFieldName)
-
relativize
public static FieldPaths.RelativizedPath relativize(String absolutePath)
-
-