org.apache.commons.jexl.util
public class BooleanPropertyExecutor extends PropertyExecutor
introspector, methodUsed
method, rlog
Constructor and Description |
---|
BooleanPropertyExecutor(org.apache.commons.logging.Log rlog,
Introspector is,
java.lang.Class clazz,
java.lang.String property)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
discover(java.lang.Class clazz,
java.lang.String property)
Locate the getter method for this boolean property.
|
execute
getMethod, isAlive
public BooleanPropertyExecutor(org.apache.commons.logging.Log rlog, Introspector is, java.lang.Class clazz, java.lang.String property)
rlog
- The instance log.is
- The JEXL introspector.clazz
- The class being analyzed.property
- The boolean property.protected void discover(java.lang.Class clazz, java.lang.String property)
discover
in class PropertyExecutor
clazz
- The class being analyzed.property
- Name of boolean property.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.