it.eng.qbe.utility
Interface IDataMartModelRetriever

All Known Implementing Classes:
LocalFileSystemDataMartModelRetriever

public interface IDataMartModelRetriever

Author:
Andrea Zoppello This is the interface for classes that implements logig to retrieve the datamart model file given a path

Method Summary
 java.io.File getJarFile(java.lang.String dataMartPath)
           
 java.io.File getJarFile(java.lang.String dataMartPath, java.lang.String dialect)
           
 

Method Detail

getJarFile

public java.io.File getJarFile(java.lang.String dataMartPath)
Parameters:
dataMartPath -
Returns:
the default datamart file

getJarFile

public java.io.File getJarFile(java.lang.String dataMartPath,
                               java.lang.String dialect)
Parameters:
dataMartPath -
dialect -
Returns:
the specific file of datamart given Hibernate Dialect