Class Invoker
java.lang.Object
org.apache.maven.shared.dependency.graph.internal.Invoker
Invokes method on objects using reflection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvoke
(Class<?> objectClazz, Object object, String method, ExceptionHandler<T> exceptionHandler) invoke
(Class<?> objectClazz, String staticMethod, Class<?> argClazz1, Class<?> argClazz2, Object arg1, Object arg2, ExceptionHandler<T> exceptionHandler) invoke
(Class<?> objectClazz, String staticMethod, Class<?> argClazz, Object arg, ExceptionHandler<T> exceptionHandler) (package private) static Object
invoke
(Object object, String method, ExceptionHandler<T> exceptionHandler)
-
Constructor Details
-
Invoker
private Invoker()
-
-
Method Details
-
invoke
static Object invoke(Object object, String method, Class<?> clazz, Object arg) throws DependencyGraphBuilderException - Throws:
DependencyGraphBuilderException