|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.plugin.Plugin.JAR
public static class Plugin.JAR
A JAR file. It is declared static so that it can be instantiated outside the enclosing class (Plugin).
| Constructor Summary | |
|---|---|
Plugin.JAR(java.lang.String path,
PluginJARClassLoader classLoader)
Constructor for the JAR object |
|
| Method Summary | |
|---|---|
void |
addPlugin(Plugin plugin)
Adds a Plugin to the JAR object. |
PluginJARClassLoader |
getClassLoader()
Gets the classLoader |
java.lang.String |
getPath()
Gets the path of the Jar file. |
Plugin[] |
getPlugins()
Gets the plugins found in the Jar file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plugin.JAR(java.lang.String path,
PluginJARClassLoader classLoader)
path - Path to jar file, including file nameclassLoader - The classloader object.| Method Detail |
|---|
public java.lang.String getPath()
public PluginJARClassLoader getClassLoader()
public Plugin[] getPlugins()
public void addPlugin(Plugin plugin)
plugin - The feature to be added to the Plugin attribute
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||