Class MatchGroup

java.lang.Object
io.goobi.viewer.model.iiif.search.parser.MatchGroup

public class MatchGroup extends Object
  • Constructor Details

    • MatchGroup

      public MatchGroup(int start, int end, String text)
      Parameters:
      start -
      end -
      text -
  • Method Details

    • getStart

      public int getStart()
      Returns:
      the start
    • getEnd

      public int getEnd()
      Returns:
      the end
    • getText

      public String getText()
      Returns:
      the text