Class SlashDelimiter


  • public class SlashDelimiter
    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 May 2016
    • Constructor Detail

      • SlashDelimiter

        public SlashDelimiter()
    • 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