Uses of Class
net.sourceforge.fluxion.pussycat.util.JarPlugin

Packages that use JarPlugin
net.sourceforge.fluxion.pussycat.util   
 

Uses of JarPlugin in net.sourceforge.fluxion.pussycat.util
 

Methods in net.sourceforge.fluxion.pussycat.util that return types with arguments of type JarPlugin
 java.util.Set<JarPlugin> PluginManager.getPlugins()
          Returns all found JarPlugins
 

Methods in net.sourceforge.fluxion.pussycat.util with parameters of type JarPlugin
 java.lang.String PluginManager.getMainClass(JarPlugin jp)
          Gets the main class of a JarPlugin
 void PluginManager.getMethods(JarPlugin jp)
          Gets all the methods held in the main class of the JarPlugin
 java.lang.Object PluginManager.getObject(JarPlugin jp)
          Instantiates a JarPlugin as an Object
 



Copyright © 2010. All Rights Reserved.