Interface BlockTag

    • Method Detail

      • getSegments

        java.util.List<BlockTag.Segment> getSegments()
        Returns:
        all names of segments that can be read
      • putValue

        void putValue​(java.lang.String segmentName,
                      java.lang.String value)
        Parameters:
        segmentName - the segment name for which the value should be saved
        value - the value that was parsed for the segment
      • createPattern

        java.lang.String createPattern​(java.lang.String allTagNames)
        Parameters:
        allTagNames - the list of all patterns will be calculated on the fly and describes the end of a single tag
        Returns:
        the complete pattern string for this tag