com.sun.mdm.index.matching
Class MatcherFactory

java.lang.Object
  extended bycom.sun.mdm.index.matching.MatcherFactory

public class MatcherFactory
extends java.lang.Object

Factory class to create instance of MatcherLocal


Constructor Summary
MatcherFactory()
           
 
Method Summary
static Matcher getInstance()
          get an instance of Matcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatcherFactory

public MatcherFactory()
Method Detail

getInstance

public static Matcher getInstance()
                           throws java.lang.Exception
get an instance of Matcher.

Returns:
Matcher
Throws:
java.lang.Exception


Sun Microsystems, Inc.