|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.model.io.LocalFileSystemDataMartModelRetriever
public class LocalFileSystemDataMartModelRetriever
The Class LocalFileSystemDataMartModelRetriever.
Constructor Summary | |
---|---|
LocalFileSystemDataMartModelRetriever()
Instantiates a new local file system data mart model retriever. |
|
LocalFileSystemDataMartModelRetriever(java.io.File contextDir)
Instantiates a new local file system data mart model retriever. |
Method Summary | |
---|---|
static java.util.List |
getAllDataMartPath(java.io.File contextDir)
Gets the all data mart path. |
java.io.File |
getContextDir()
Gets the context dir. |
java.io.File |
getDatamartJarFile(java.lang.String datamartName)
Gets the datamart jar file. |
java.io.File |
getViewJarFile(java.lang.String datamartName,
java.lang.String viewName)
Gets the view jar file. |
java.util.List |
getViewJarFiles(java.lang.String datamartName)
Gets the view jar files. |
java.util.List |
getViewNames(java.lang.String datamartName)
Gets the view names. |
void |
setContextDir(java.io.File contextDir)
Sets the context dir. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalFileSystemDataMartModelRetriever()
public LocalFileSystemDataMartModelRetriever(java.io.File contextDir)
contextDir
- the context dirMethod Detail |
---|
public java.io.File getContextDir()
public void setContextDir(java.io.File contextDir)
contextDir
- the new context dirpublic java.io.File getDatamartJarFile(java.lang.String datamartName)
IDataMartModelRetriever
getDatamartJarFile
in interface IDataMartModelRetriever
datamartName
- the datamart name
public java.util.List getViewJarFiles(java.lang.String datamartName)
IDataMartModelRetriever
getViewJarFiles
in interface IDataMartModelRetriever
datamartName
- the datamart name
public java.io.File getViewJarFile(java.lang.String datamartName, java.lang.String viewName)
IDataMartModelRetriever
getViewJarFile
in interface IDataMartModelRetriever
datamartName
- the datamart nameviewName
- the view name
public java.util.List getViewNames(java.lang.String datamartName)
IDataMartModelRetriever
getViewNames
in interface IDataMartModelRetriever
datamartName
- the datamart name
public static java.util.List getAllDataMartPath(java.io.File contextDir)
contextDir
- the context dir
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |