An executor and result interpreter for a standard class.
| Type Params | Return Type | Name and description |
|---|---|---|
|
Integer |
executeAndInterpret(Class<?> entrypoint, java.util.List<String> arguments)Executes a static method on the given class, or instantiates the class and executes a given method on the instance. |
Executes a static method on the given class, or instantiates the class and executes a given method on the instance.
entrypoint - A class to be usedarguments - Arguments that will be passed to the class