public class JarLoader
extends java.lang.Object
Constructor and Description |
---|
JarLoader(java.lang.String jarName)
Create a JarLoader to read a JAR and to process its contents.
|
Modifier and Type | Method and Description |
---|---|
JarInfo |
loadJar()
Load the classes, resources, etc.
|
static void |
loadJarDoOnBean(java.lang.String jarFile,
DoOnBean action)
Load the JAR file, then apply an action to each bean found
|
public JarLoader(java.lang.String jarName) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public JarInfo loadJar() throws java.io.IOException
java.io.IOException
public static void loadJarDoOnBean(java.lang.String jarFile, DoOnBean action) throws java.io.IOException
java.io.IOException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details