|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdynaop.Debug
public class Debug
Tool for debugging proxy factory configurations.
Prints aspect configuration for a class in HTML format to stdout. Usage:
Debug [class name]
| Constructor Summary | |
|---|---|
Debug()
Use System.out. |
|
Debug(java.io.OutputStream out)
|
|
Debug(java.io.PrintStream out)
|
|
| Method Summary | |
|---|---|
static ProxyType |
getProxyType(Aspects aspects,
java.lang.Class clazz)
Gets immutable proxy type for specified Aspects and class. |
static ProxyType |
getProxyType(java.lang.Class clazz)
Gets immutable proxy type for specified class from default Aspects. |
static void |
main(java.lang.String[] args)
|
void |
printXml(java.lang.Class clazz,
ProxyType type)
Prints proxy type for class as XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Debug(java.io.PrintStream out)
public Debug(java.io.OutputStream out)
public Debug()
System.out.
| Method Detail |
|---|
public static ProxyType getProxyType(java.lang.Class clazz)
Aspects.
public static ProxyType getProxyType(Aspects aspects,
java.lang.Class clazz)
Aspects and class.
public void printXml(java.lang.Class clazz,
ProxyType type)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||