Package org.opt4j.config
Class ClassPath
- java.lang.Object
-
- org.opt4j.config.ClassPath
-
-
Constructor Summary
Constructors Constructor Description ClassPath()
-
-
-
Method Detail
-
addFile
public static void addFile(String s) throws IOException
Adds a newFile
to the classpath.- Parameters:
s
- the name of the file- Throws:
IOException
-
addFile
public static void addFile(File f) throws IOException
Adds a newFile
to the classpath.- Parameters:
f
- the file- Throws:
IOException
-
addURL
public static void addURL(URL u) throws IOException
Adds a newFile
to the classpath.- Parameters:
u
- theURL
of the file- Throws:
IOException
-
-