org.slf4j.migrator
Class RuleSetFactory
java.lang.Object
org.slf4j.migrator.RuleSetFactory
public abstract class RuleSetFactory
- extends Object
This class runs Pattern matching with java.util.regex using Patterns defined
in concrete implementations
- Author:
- jean-noelcharpin
Method Summary |
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 |
RuleSetFactory
public RuleSetFactory()
getMatcherImpl
public static RuleSet getMatcherImpl(int conversionType)
- Return matcher implementation depending on the conversion mode
- Parameters:
conversionType
-
- Returns:
- AbstractMatcher implementation
Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.