|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.core.config.ClassPath
public class ClassPath
The ClassPath is also known as the ClassPathHacker and
enables adding new files to the classpath.
| Constructor Summary | |
|---|---|
ClassPath()
|
|
| Method Summary | |
|---|---|
static void |
addFile(java.io.File f)
Adds a new File to the classpath. |
static void |
addFile(java.lang.String s)
Adds a new File to the classpath. |
static void |
addURL(java.net.URL u)
Adds a new File to the classpath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassPath()
| Method Detail |
|---|
public static void addFile(java.lang.String s)
throws java.io.IOException
File to the classpath.
s - the name of the file
java.io.IOException
public static void addFile(java.io.File f)
throws java.io.IOException
File to the classpath.
f - the file
java.io.IOException
public static void addURL(java.net.URL u)
throws java.io.IOException
File to the classpath.
u - the URL of the file
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||