org.objectweb.carol.irmi.test
Class Run
java.lang.Object
org.objectweb.carol.irmi.test.Run
public class Run
- extends Object
Run is used to invoke java code in a restricted classpath.
Usage: java test.Run [--exclude ... --exclude ]
- Author:
- Rafael H. Schloming <rhs@mit.edu>
Constructor Summary |
Run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Run
public Run()
main
public static final void main(String[] args)
throws Exception
- Throws:
Exception
- See Also:
Run