net.sourceforge.fixagora.basis.server.control
Class JarFileLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by net.sourceforge.fixagora.basis.server.control.JarFileLoader

public class JarFileLoader
extends java.net.URLClassLoader

The Class JarFileLoader.


Constructor Summary
JarFileLoader(java.net.URL[] urls)
          Instantiates a new jar file loader.
 
Method Summary
 void addFile(java.lang.String path)
          Adds the file.
 
Methods inherited from class java.net.URLClassLoader
findResource, findResources, getURLs, newInstance, newInstance
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileLoader

public JarFileLoader(java.net.URL[] urls)
Instantiates a new jar file loader.

Parameters:
urls - the urls
Method Detail

addFile

public void addFile(java.lang.String path)
             throws java.net.MalformedURLException
Adds the file.

Parameters:
path - the path
Throws:
java.net.MalformedURLException - the malformed url exception