mondrian.spi.impl
Class CatalogLocatorImpl

java.lang.Object
  extended by mondrian.spi.impl.CatalogLocatorImpl
All Implemented Interfaces:
CatalogLocator

public class CatalogLocatorImpl
extends Object
implements CatalogLocator

CatalogLocator which returns the catalog URI unchanged.

Since:
Dec 22, 2005
Author:
jhyde
 

Field Summary
static CatalogLocator INSTANCE
           
 
Constructor Summary
CatalogLocatorImpl()
           
 
Method Summary
 String locate(String catalogPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CatalogLocator INSTANCE
Constructor Detail

CatalogLocatorImpl

public CatalogLocatorImpl()
Method Detail

locate

public String locate(String catalogPath)
Specified by:
locate in interface CatalogLocator
Returns:
URL complied string representation.

SourceForge.net_Logo