Package org.slf4j.migrator
Class RuleSetFactory
- java.lang.Object
-
- org.slf4j.migrator.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
-
-
-
Method Detail
-
getMatcherImpl
public static RuleSet getMatcherImpl(int conversionType)
Return matcher implementation depending on the conversion mode- Parameters:
conversionType
-- Returns:
- AbstractMatcher implementation
-
-