|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.claritysys.util.CreateProxy
public class CreateProxy
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.
| 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 |
|---|
public CreateProxy()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
Run with no arguments for usage.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||