|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.utils.ProxyCodeGenerator
public class ProxyCodeGenerator
A code generator for class proxies.
Constructor Summary | |
---|---|
ProxyCodeGenerator()
|
Method Summary | |
---|---|
static java.lang.String |
formatMethodCall(java.lang.reflect.Method m,
java.lang.Object... args)
Format a method call, including arguments, for an exception message. |
static java.lang.Class<?> |
getClassProxy(java.lang.Class<?> c)
Generate a proxy class. |
static boolean |
isGenerated(java.lang.Class<?> c)
Check whether there is already a proxy class generated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyCodeGenerator()
Method Detail |
---|
public static boolean isGenerated(java.lang.Class<?> c)
c
- the class
public static java.lang.Class<?> getClassProxy(java.lang.Class<?> c) throws java.lang.ClassNotFoundException
c
- the class to extend
java.lang.ClassNotFoundException
public static java.lang.String formatMethodCall(java.lang.reflect.Method m, java.lang.Object... args)
m
- the methodargs
- the arguments
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |