Package org.opt4j.config
Class ClassPath
java.lang.Object
org.opt4j.config.ClassPath
The
ClassPath
is also known as the ClassPathHacker
and
enables adding new files to the classpath.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassPath
public ClassPath()
-
-
Method Details
-
addFile
Adds a newFile
to the classpath.- Parameters:
s
- the name of the file- Throws:
IOException
-
addFile
Adds a newFile
to the classpath.- Parameters:
f
- the file- Throws:
IOException
-
addURL
Adds a newFile
to the classpath.- Parameters:
u
- theURL
of the file- Throws:
IOException
-