Package org.slf4j.migrator
Class RuleSetFactory
java.lang.Object
org.slf4j.migrator.RuleSetFactory
This class runs Pattern matching with java.util.regex using Patterns defined
in concrete implementations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleSet
getMatcherImpl
(int conversionType) Return matcher implementation depending on the conversion mode
-
Constructor Details
-
RuleSetFactory
public RuleSetFactory()
-
-
Method Details
-
getMatcherImpl
Return matcher implementation depending on the conversion mode- Parameters:
conversionType
-- Returns:
- AbstractMatcher implementation
-