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
Constructors -
Method Summary
-
Constructor Details
-
ClassPath
public ClassPath()
-
-
Method Details
-
addFile
Adds a newFileto the classpath.- Parameters:
s- the name of the file- Throws:
IOException
-
addFile
Adds a newFileto the classpath.- Parameters:
f- the file- Throws:
IOException
-
addURL
Adds a newFileto the classpath.- Parameters:
u- theURLof the file- Throws:
IOException
-