Class ApiLog
java.lang.Object
org.codehaus.commons.compiler.util.reflect.ApiLog
Simple logging of method invocations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Class<?>[]getAllInterfaces(Class<?> c) private static voidgetAllInterfaces(Class<?> c, Set<Class<?>> result) static ObjectlogMethodInvocations(Object delegate) Creates and returns an object that implements all interfaces that the delegate implements.protected static String
-
Constructor Details
-
ApiLog
private ApiLog()
-
-
Method Details
-
logMethodInvocations
-
truncate
-
getAllInterfaces
-
getAllInterfaces
-