org.objectweb.carol.irmi.test
Class Run

java.lang.Object
  extended byorg.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()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Run

public Run()
Method Detail

main

public static final void main(String[] args)
                       throws Exception
Throws:
Exception
See Also:
Run