org.objectweb.carol.irmi.test
Class Run
java.lang.Object
org.objectweb.carol.irmi.test.Run
- public class Run
- extends java.lang.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()
|
Method Summary |
static void |
main(java.lang.String[] args)
|
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(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
- See Also:
Run