Executor that simply tries to execute a get(key)
operation. This will try to find a get(key) method
for any type of object, not just objects that
implement the Map interface as was previously
the case.
since: 1.0 author: Jason van Zyl version: $Id: GetExecutor.java 398171 2006-04-29 14:57:29Z dion $
Default constructor.
Parameters: r - The instance log. Parameters: ispect - The JEXL introspector. Parameters: c - The class being examined. Parameters: key - The key for the get(key) operation. throws: Exception - Failure while trying to obtain the pertinent method.