|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ks.jarloader.JarLoaderHelper
Constructor Summary | |
JarLoaderHelper(java.lang.String path,
java.lang.String jarName)
Create a JarLoader to read a jar and to process its contents. |
Method Summary | |
JarInfo |
loadJar()
Prepare the classes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarLoaderHelper(java.lang.String path, java.lang.String jarName) throws java.io.FileNotFoundException
path
- the path to the jar file. e.g. "jar/storage/"jarName
- the name of the jar file to be loaded e.g. "classes.jar"Method Detail |
public JarInfo loadJar()
JarInfo
which the JarLoader
can use to load
classes.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |