org.apache.commons.jexl.util
public class BooleanPropertyExecutor extends PropertyExecutor
Since: 1.0
Version: $Id: BooleanPropertyExecutor.java 398171 2006-04-29 14:57:29Z dion $
Constructor Summary | |
---|---|
BooleanPropertyExecutor(Log rlog, Introspector is, Class clazz, String property)
Constructor.
|
Method Summary | |
---|---|
protected void | discover(Class clazz, String property)
Locate the getter method for this boolean property.
|
Parameters: rlog The instance log. is The JEXL introspector. clazz The class being analyzed. property The boolean property.
Parameters: clazz The class being analyzed. property Name of boolean property.