Class StringMatchingInfo

  • All Implemented Interfaces:
    MatchingInfo

    public class StringMatchingInfo
    extends java.lang.Object
    implements MatchingInfo

    StringMatchingInfo class.

    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      StringMatchingInfo()
      Creates a new StringMatchingInfo.
      StringMatchingInfo​(java.lang.String aPre, java.lang.String aMatch, java.lang.String aPost)
      Creates a new StringMatchingInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMatch()
      Getter for the field match.
      java.lang.String getPost()
      Getter for the field post.
      java.lang.String getPre()
      Getter for the field pre.
      void setMatch​(java.lang.String match)
      Setter for the field match.
      void setPost​(java.lang.String post)
      Setter for the field post.
      void setPre​(java.lang.String pre)
      Setter for the field pre.
      java.lang.String toHtml()
      Returns the html presentation of the match.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StringMatchingInfo

        public StringMatchingInfo()
        Creates a new StringMatchingInfo.
      • StringMatchingInfo

        public StringMatchingInfo​(java.lang.String aPre,
                                  java.lang.String aMatch,
                                  java.lang.String aPost)
        Creates a new StringMatchingInfo.
        Parameters:
        aPre - a String object.
        aMatch - a String object.
        aPost - a String object.
    • Method Detail

      • getMatch

        public java.lang.String getMatch()

        Getter for the field match.

        Returns:
        a String object.
      • setMatch

        public void setMatch​(java.lang.String match)

        Setter for the field match.

        Parameters:
        match - a String object.
      • getPost

        public java.lang.String getPost()

        Getter for the field post.

        Returns:
        a String object.
      • setPost

        public void setPost​(java.lang.String post)

        Setter for the field post.

        Parameters:
        post - a String object.
      • getPre

        public java.lang.String getPre()

        Getter for the field pre.

        Returns:
        a String object.
      • setPre

        public void setPre​(java.lang.String pre)

        Setter for the field pre.

        Parameters:
        pre - a String object.
      • toHtml

        public java.lang.String toHtml()
        Returns the html presentation of the match.
        Specified by:
        toHtml in interface MatchingInfo
        Returns:
        a String object.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object