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