Class SubstringLicenseMatcher.Pattern

  • Enclosing class:
    SubstringLicenseMatcher

    public static class SubstringLicenseMatcher.Pattern
    extends java.lang.Object
    A simple wrapper around a substring.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String substring  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSubstring()  
      void setSubstring​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • substring

        private java.lang.String substring
    • Constructor Detail

      • Pattern

        public Pattern()
    • Method Detail

      • setSubstring

        public void setSubstring​(java.lang.String s)
      • getSubstring

        public java.lang.String getSubstring()