public class ClasspathHacker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
logger |
Constructor and Description |
---|
ClasspathHacker() |
public static void addFile(java.lang.String s) throws java.io.IOException
s
- a String pointing to the filejava.io.IOException
public static void addFile(java.io.File f) throws java.io.IOException
f
- the file to be addedjava.io.IOException
public static void addURL(java.net.URL u) throws java.io.IOException
u
- the URL pointing to the content to be addedjava.io.IOException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details