Interface JarReader
-
- All Known Implementing Classes:
BasicDatabase
,SlaveDatabase
public interface JarReader
Abstract out the loading of JarFiles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageFile
getJarFile(java.lang.String schemaName, java.lang.String sqlName)
Get the StorageFile for an installed jar file.
-
-
-
Method Detail
-
getJarFile
StorageFile getJarFile(java.lang.String schemaName, java.lang.String sqlName) throws StandardException
Get the StorageFile for an installed jar file.- Throws:
StandardException
-
-