| java.lang.Object org.openjx.conf.JXPluginLoader
JXPluginLoader | public class JXPluginLoader (Code) | | This class is capable of loading a OpenJX plugin into the system during the
runtime. Part of doing this is adding Java classes to the class path at
runtime, this is done by hacking the class path =).
author: Jared Spigner |
Constructor Summary | |
public | JXPluginLoader() This is the constructor for the JXPluginLoader class. |
Method Summary | |
public static void | addURL(URL u, JXViewer jxViewer) This method adds a location to the class path at runtime. |
JXPluginLoader | public JXPluginLoader()(Code) | | This is the constructor for the JXPluginLoader class. It creates a new
instance of JXPluginLoader.
|
addURL | public static void addURL(URL u, JXViewer jxViewer)(Code) | | This method adds a location to the class path at runtime. The location
may even be a remote url.
Parameters: u - is the url or file system pathname we want to add to theclass path. Parameters: jxViewer - points to an instance of the JXViewer class. |
|
|