Class RuleSetFactory


  • public abstract class RuleSetFactory
    extends java.lang.Object
    This class runs Pattern matching with java.util.regex using Patterns defined in concrete implementations
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleSetFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RuleSet getMatcherImpl​(int conversionType)
      Return matcher implementation depending on the conversion mode
      • Methods inherited from class java.lang.Object

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

      • RuleSetFactory

        public RuleSetFactory()
    • Method Detail

      • getMatcherImpl

        public static RuleSet getMatcherImpl​(int conversionType)
        Return matcher implementation depending on the conversion mode
        Parameters:
        conversionType -
        Returns:
        AbstractMatcher implementation