com.arsdigita.search.lucene
Class Registry

java.lang.Object
  extended bycom.arsdigita.search.lucene.Registry
Direct Known Subclasses:
Registry

public class Registry
extends Object

Registry

Version:
$Revision: #3 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Field Summary
static String versionId
           
 
Constructor Summary
protected Registry()
           
 
Method Summary
 void addAdapter(ObjectType type, Adapter adapter)
           
 void addAdapter(String type, Adapter adapter)
           
 Adapter getAdapter(ObjectType type)
           
static Registry getInstance()
           
 boolean hasAdapter(ObjectType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Registry

protected Registry()
Method Detail

getInstance

public static final Registry getInstance()

hasAdapter

public boolean hasAdapter(ObjectType type)

getAdapter

public Adapter getAdapter(ObjectType type)

addAdapter

public void addAdapter(ObjectType type,
                       Adapter adapter)

addAdapter

public void addAdapter(String type,
                       Adapter adapter)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC