|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.xom.ElementDef mondrian.xmla.DataSourcesConfig.Catalog
public static class DataSourcesConfig.Catalog
Field Summary | |
---|---|
String |
dataSourceInfo
ConnectString of Mondrian (minus the catalog entry). |
String |
definition
URI of the schema definition file, for example "/WEB-INF/schema/Marketing.xml". |
String |
name
|
Constructor Summary | |
---|---|
DataSourcesConfig.Catalog()
|
|
DataSourcesConfig.Catalog(DOMWrapper _def)
|
Method Summary | |
---|---|
void |
display(PrintWriter _out,
int _indent)
|
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
|
void |
displayXML(XMLOutput _out,
int _indent)
|
DataSourcesConfig.DataSource |
getDataSource()
Returns this catalog's parent data source. |
String |
getDataSourceInfo()
Returns this catalog's connect string, or its parent's connect string if not set. |
String |
getName()
|
void |
setDataSource(DataSourcesConfig.DataSource dataSource)
Sets this catalog's parent data source, so that the data source's definition can be inherited. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String name
public String dataSourceInfo
public String definition
Constructor Detail |
---|
public DataSourcesConfig.Catalog()
public DataSourcesConfig.Catalog(DOMWrapper _def) throws XOMException
XOMException
Method Detail |
---|
public String getName()
getName
in interface NodeDef
getName
in class ElementDef
public void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML
in interface NodeDef
displayXML
in class ElementDef
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff
in class ElementDef
public void setDataSource(DataSourcesConfig.DataSource dataSource)
public DataSourcesConfig.DataSource getDataSource()
public String getDataSourceInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |