Interface JarReader
- All Known Implementing Classes:
BasicDatabase
,SlaveDatabase
public interface JarReader
Abstract out the loading of JarFiles.
-
Method Summary
Modifier and TypeMethodDescriptiongetJarFile
(String schemaName, String sqlName) Get the StorageFile for an installed jar file.
-
Method Details
-
getJarFile
Get the StorageFile for an installed jar file.- Throws:
StandardException
-