Class Invoker
java.lang.Object
org.apache.maven.shared.transfer.artifact.resolve.internal.Invoker
Invokes method on objects using reflection.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Invoker
private Invoker()
-
-
Method Details
-
invoke
- Throws:
ArtifactResolverException
-
invoke
public static <T> T invoke(Class<?> objectClazz, String staticMethod, Class<?> argClazz, Object arg) throws ArtifactResolverException - Throws:
ArtifactResolverException
-