SLF4J Migrator 1.7.2-redhat-1

org.slf4j.migrator
Class RuleSetFactory

java.lang.Object
  extended by 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

Constructor Summary
RuleSetFactory()
           
 
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
 

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

SLF4J Migrator 1.7.2-redhat-1

Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.