|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.setup.Plugin
public class Plugin
Used to store information on plugins
Constructor Summary | |
---|---|
Plugin(java.lang.String jar,
java.lang.String clazz)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getJar()
Used to get the jar name that holds the plugin |
java.lang.String |
getPluginClass()
Used to get the full class name within the jar |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Plugin(java.lang.String jar, java.lang.String clazz)
jar
- The jar that contains the pluginclazz
- The full class name within the jarMethod Detail |
---|
public java.lang.String getJar()
public java.lang.String getPluginClass()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |