com.sun.enterprise.util.reflect
Class ReflectUtils

java.lang.Object
  extended by 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

Constructor Summary
ReflectUtils()
           
 
Method Summary
static String equalSignatures(Method m1, Method m2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectUtils

public ReflectUtils()
Method Detail

equalSignatures

public static String equalSignatures(Method m1,
                                     Method m2)
Parameters:
m1 - Method to compare
m2 - 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.