|
|
@@ -145,7 +145,7 @@ public class ReflectUtil { |
|
|
* @return |
|
|
* @return |
|
|
* @throws BuildException |
|
|
* @throws BuildException |
|
|
*/ |
|
|
*/ |
|
|
public static boolean resondsTo(Object o, String methodName) |
|
|
|
|
|
|
|
|
public static boolean respondsTo(Object o, String methodName) |
|
|
throws BuildException { |
|
|
throws BuildException { |
|
|
try { |
|
|
try { |
|
|
Method[] methods = o.getClass().getMethods(); |
|
|
Method[] methods = o.getClass().getMethods(); |
|
|
|