|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.PluginLoader
public class PluginLoader
Loads a plug-in
Field Summary | |
---|---|
private GDD |
gdd
|
private java.lang.String |
pluginLocation
the actual name of the plugin JAR file on the disk |
Constructor Summary | |
---|---|
PluginLoader(java.lang.String pluginJar,
GDD Gdd)
|
Method Summary | |
---|---|
java.net.URL |
createPluginUrl()
Converts a plugin's JAR file name+address into a URL suitable for class loading |
void |
load(CommandLineArgs clArgs)
Load the Start class from the plug-in JAR |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final java.lang.String pluginLocation
private GDD gdd
Constructor Detail |
---|
public PluginLoader(java.lang.String pluginJar, GDD Gdd)
Method Detail |
---|
public void load(CommandLineArgs clArgs)
clArgs
- command line argspublic java.net.URL createPluginUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |