Class SearchMatch


  • public class SearchMatch
    extends java.lang.Object
    Search match for resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchMatch​(java.lang.Number lineNumber, java.lang.String lineContent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLineContent()
      Line with match content.
      java.lang.Number getLineNumber()
      Line number in resource content.
      • Methods inherited from class java.lang.Object

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

      • SearchMatch

        public SearchMatch​(java.lang.Number lineNumber,
                           java.lang.String lineContent)
    • Method Detail

      • getLineNumber

        public java.lang.Number getLineNumber()
        Line number in resource content.
      • getLineContent

        public java.lang.String getLineContent()
        Line with match content.