Skip to content

Commit

Permalink
MONDRIAN: Oops!
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 4807]
  • Loading branch information
julianhyde committed Dec 23, 2005
1 parent f2de1e1 commit a14783e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/main/mondrian/spi/CatalogLocator.java
@@ -0,0 +1,28 @@
/*
// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
// (C) Copyright 2005-2005 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
package mondrian.spi;

/**
* Abstract layer for locating catalog schema content.
*
* @author Gang Chen
* @since December, 2005
* @version $Id$
*/
public interface CatalogLocator {

/**
* @return URL complied string representation.
*/
String locate(String catalogPath);

}

// End CatalogLocator.java

0 comments on commit a14783e

Please sign in to comment.