Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.loader
Interface JarReader  view JarReader download JarReader.java


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.