com.sun.enterprise.util.reflect
Class ReflectUtils
java.lang.Object
com.sun.enterprise.util.reflect.ReflectUtils
public final class ReflectUtils
- extends Object
Place to put utility methods that the JVM doesn't supply
- Author:
- Byron Nevins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectUtils
public ReflectUtils()
equalSignatures
public static String equalSignatures(Method m1,
Method m2)
- Parameters:
m1 - Method to comparem2 - Method to compare
- Returns:
- null if they have the same signature. A String describing the differences
if they have different signatures.
Copyright © 2012 GlassFish Community. All Rights Reserved.