|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.fluxion.pussycat.util.JarPlugin
public class JarPlugin
A class for representing a plugin
Constructor Summary | |
---|---|
JarPlugin(java.lang.String path,
JarClassLoader jcl)
Creates a new JarClassLoader for the specified url. |
Method Summary | |
---|---|
JarClassLoader |
getClassLoader()
Gets the classLoader attribute of the JarPlugin object |
java.lang.String |
getName()
Gets the name attribute of the JarPlugin object |
java.lang.String |
getPath()
Gets the path attribute of the JarPlugin object |
java.util.zip.ZipFile |
getZipFile()
Gets the zipFile attribute of the JarPlugin object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarPlugin(java.lang.String path, JarClassLoader jcl) throws java.io.IOException
path
- the path of the .jar filejcl
- the classloader of this .jar file
java.io.IOException
- Description of the ExceptionMethod Detail |
---|
public java.lang.String getName()
public JarClassLoader getClassLoader()
public java.lang.String getPath()
public java.util.zip.ZipFile getZipFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |