org.apache.oodt.cas.filemgr.catalog
Class LuceneCatalogFactory

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory
All Implemented Interfaces:
CatalogFactory

public class LuceneCatalogFactory
extends Object
implements CatalogFactory

Version:
$Revision: 13181 $

A Factory for creating Lucene-based Catalogs.

Author:
mattmann

Constructor Summary
LuceneCatalogFactory()
           
 
Method Summary
 Catalog createCatalog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneCatalogFactory

public LuceneCatalogFactory()
                     throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

createCatalog

public Catalog createCatalog()
Specified by:
createCatalog in interface CatalogFactory
Returns:
A new Catalog object implementation.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.