com.claritysys.util
Class CreateProxy

java.lang.Object
  extended by com.claritysys.util.CreateProxy

public class CreateProxy
extends java.lang.Object

Generates a Java source file that implements the given interface, and delegates all calls to a wrapped delegate. Similar to the dynamic Proxy, except that it isn't dynamic.

Runn from command line with no arguments for usage.

Version:
$Revision: 2348 $

Constructor Summary
CreateProxy()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProxy

public CreateProxy()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Run from command line.

Run with no arguments for usage.

Throws:
java.lang.Exception


Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.