All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----kh.farm.JarLoader
| Summary |
public class JarLoader
extends java.lang.Object
{
// Constructors 1
public JarLoader(String) throws FileNotFoundException;
// Methods 2
public ClassLoader getLoader();
public void loadJar();
}
| Constructors |
· JarLoader | Summary | Top |
public JarLoader(String jarName) throws FileNotFoundException
Create a JarLoader to read a JAR and to process its contents. Classes and resources are loaded against a single common class loader instance so that things like "adaptor class instantiaton" can work. Loading is started with loadIt()
| Methods |
· getLoader | Summary | Top |
public ClassLoader getLoader()
get the loader we are using
· loadJar | Summary | Top |
public void loadJar()
Load the classes, resources, etc.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7