A I

A

addPath(String) - Static method in class Invoker
Invokes the protected addURL method from the URLClassLoader class, in order to bypass the fact that it is not possible to modify the classpath during runtime.

I

Invoker - class Invoker.
Invoker lets you invoke protected and private methods in any object.
invoke(Class, Object, String, Object[]) - Static method in class Invoker
Invokes a method containing no primitive types.
invoke(Class, Object, String, Class[], Object[]) - Static method in class Invoker
Invokes a method containing primitive types.

A I