public class ClassMap extends Object
Method
objects by a concatenation of the
method name and the names of classes that make up the parameters.Constructor and Description |
---|
ClassMap(Class<?> clazz)
Standard constructor
|
Modifier and Type | Method and Description |
---|---|
Method |
findMethod(String name,
Object... params)
Find a Method using the methodKey
provided.
|
public ClassMap(Class<?> clazz)
public Method findMethod(String name, Object... params) throws org.apache.maven.shared.utils.introspection.MethodMap.AmbiguousException
org.apache.maven.shared.utils.introspection.MethodMap.AmbiguousException
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.