org.apache.oodt.cas.filemgr.catalog
Class MappedDataSourceCatalogFactory
java.lang.Object
org.apache.oodt.cas.filemgr.catalog.DataSourceCatalogFactory
org.apache.oodt.cas.filemgr.catalog.MappedDataSourceCatalogFactory
- All Implemented Interfaces:
- CatalogFactory
public class MappedDataSourceCatalogFactory
- extends DataSourceCatalogFactory
- Version:
- $Revision$
Factory for constructing a special DataSourceCatalog called
MappedDataSourceCatalog which is able to override the default
policy of ProductType.getName()_metadata and ProductType.getName()_reference
as the underlying table names
.
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeMap
protected Properties typeMap
MappedDataSourceCatalogFactory
public MappedDataSourceCatalogFactory()
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
createCatalog
public Catalog createCatalog()
- Specified by:
createCatalog in interface CatalogFactory- Overrides:
createCatalog in class DataSourceCatalogFactory
- Returns:
- A new
Catalog object implementation.
Copyright © 1999-2012 Apache OODT. All Rights Reserved.