public class BooleanPropertyExecutor extends PropertyExecutor
introspector, methodUsed
method, rlog
Constructor and Description |
---|
BooleanPropertyExecutor(org.apache.commons.logging.Log rlog,
Introspector is,
Class clazz,
String property)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
discover(Class clazz,
String property)
Locate the getter method for this boolean property.
|
execute
getMethod, isAlive
public BooleanPropertyExecutor(org.apache.commons.logging.Log rlog, Introspector is, Class clazz, String property)
rlog
- The instance log.is
- The JEXL introspector.clazz
- The class being analyzed.property
- The boolean property.protected void discover(Class clazz, 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.