Class Reflection
java.lang.Object
ecmwf.common.technical.Reflection
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Reflection
public Reflection()
-
-
Method Details
-
execute
public static Object execute(Object aObj, String aMethodName, Class<?>[] aArgTypes, Object[] aArgs) throws ReflectionExecutionException Execute.- Parameters:
aObj
- the a objaMethodName
- the a method nameaArgTypes
- the a arg typesaArgs
- the a args- Returns:
- the object
- Throws:
ReflectionExecutionException
- the reflection execution exception
-