|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.core.support.DebugSupport
public class DebugSupport
Provides some print related functions for debugging purposes only.
| Constructor Summary | |
|---|---|
DebugSupport()
|
|
| Method Summary | |
|---|---|
void |
printMethods(java.util.List<java.lang.reflect.Method> methods,
org.apache.log4j.Logger logger)
Prints the name of the methods given in the list to logger.debug |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugSupport()
| Method Detail |
|---|
public void printMethods(java.util.List<java.lang.reflect.Method> methods,
org.apache.log4j.Logger logger)
methods - The methods to printlogger - The logger to use
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||