public class BooleanPropertyExecutor extends PropertyExecutor
introspector, methodUsedmethod, 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.
|
executegetMethod, isAlivepublic 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 PropertyExecutorclazz - The class being analyzed.property - Name of boolean property.Copyright © 2012 The Apache Software Foundation. All Rights Reserved.