|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.services.loader
Interface JarReader

- public interface JarReader
Abstract out the loading of JarFiles.
| Method Summary | |
java.lang.Object |
readJarFile(java.lang.String schemaName,
java.lang.String sqlName)
Load the contents of a Jarfile. |
| Method Detail |
readJarFile
public java.lang.Object readJarFile(java.lang.String schemaName, java.lang.String sqlName) throws org.apache.derby.iapi.error.StandardException
- Load the contents of a Jarfile. The return is either
an java.io.InputStream representing the contents of the JarFile
or a java.io.File representing the location of the file.
If the jar does not exist an exception is thrown.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ loader overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC