Class RegexSupport


  • public class RegexSupport
    extends java.lang.Object
    Used to store the last regex match.
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.regex.Matcher getLastMatcher()  
      static void setLastMatcher​(java.util.regex.Matcher matcher)  
      • Methods inherited from class java.lang.Object

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

      • RegexSupport

        public RegexSupport()
    • Method Detail

      • getLastMatcher

        public static java.util.regex.Matcher getLastMatcher()
      • setLastMatcher

        public static void setLastMatcher​(java.util.regex.Matcher matcher)