Package org.ujmp.core.util
Class ClassPathHacker
- java.lang.Object
-
- org.ujmp.core.util.ClassPathHacker
-
public class ClassPathHacker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Class<?>[]
parameters
-
Constructor Summary
Constructors Constructor Description ClassPathHacker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addFile(java.io.File f)
static void
addFile(java.lang.String s)
static void
addURL(java.net.URL u)
-
-
-
Method Detail
-
addFile
public static void addFile(java.lang.String s) throws java.io.IOException
- Throws:
java.io.IOException
-
addFile
public static void addFile(java.io.File f) throws java.io.IOException
- Throws:
java.io.IOException
-
addURL
public static void addURL(java.net.URL u) throws java.io.IOException
- Throws:
java.io.IOException
-
-