Class DotDelimiter


  • public class DotDelimiter
    extends PathDelimiter
    Encapsulates the delimiter '.' of the path parts when the path is specified in n-gram format. For example: root.node1.node11.leaf
    Since:
    31 May2016
    • Field Detail

      • DELIM_CHAR

        protected static final char DELIM_CHAR
        The dot delimiter character
        See Also:
        Constant Field Values
    • Constructor Detail

      • DotDelimiter

        public DotDelimiter()
        Creates a new dot delimiter
    • Method Detail

      • regex

        public java.lang.String regex()
        Description copied from class: PathDelimiter
        Returns the regex pattern for this delimiter
        Specified by:
        regex in class PathDelimiter