|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.util.ClassMover
A utility class that moves a class file to a .bak file to effectively remove it from the classpath using #move(String) and restores it using #restore(File).
| Constructor Summary | |
ClassMover()
|
|
| Method Summary | |
static java.io.File |
move(java.lang.String className)
|
static void |
restore(java.io.File classFileBak)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassMover()
| Method Detail |
public static java.io.File move(java.lang.String className)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic static void restore(java.io.File classFileBak)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||