com.quadrique.jbuildingblocks.core.process
Class JbbClasspathLoader

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.process.JbbClasspathLoader

public class JbbClasspathLoader
extends Object


Constructor Summary
JbbClasspathLoader()
           
 
Method Summary
static void addFile(File f)
           
static void addURL(URL u)
          Add a url to system class loader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbbClasspathLoader

public JbbClasspathLoader()
Method Detail

addURL

public static void addURL(URL u)
                   throws IOException
Add a url to system class loader

Parameters:
u -
Throws:
IOException

addFile

public static void addFile(File f)
                    throws IOException
Parameters:
f -
Throws:
IOException


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.