Class CommonUtils


  • public class CommonUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CommonUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.util.regex.Pattern> regexListToPatterns​(java.util.List<java.lang.String> regexList)
      Convert the list of regexs to list of patterns
      • Methods inherited from class java.lang.Object

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

      • CommonUtils

        public CommonUtils()
    • Method Detail

      • regexListToPatterns

        public static java.util.List<java.util.regex.Pattern> regexListToPatterns​(java.util.List<java.lang.String> regexList)
        Convert the list of regexs to list of patterns
        Parameters:
        regexList - list of regex expressions
        Returns:
        list of patterns