public class PropertyExecutor extends AbstractExecutor
log
Constructor and Description |
---|
PropertyExecutor(Log log,
Introspector introspector,
Class clazz,
String property) |
PropertyExecutor(RuntimeLogger r,
Introspector introspector,
Class clazz,
String property)
Deprecated.
RuntimeLogger is deprecated. Use the other constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
discover(Class clazz,
String property) |
Object |
execute(Object o)
Execute method against context.
|
protected Introspector |
getIntrospector() |
getMethod, isAlive, setMethod
public PropertyExecutor(Log log, Introspector introspector, Class clazz, String property)
log
- introspector
- clazz
- property
- public PropertyExecutor(RuntimeLogger r, Introspector introspector, Class clazz, String property)
r
- introspector
- clazz
- property
- protected Introspector getIntrospector()
public Object execute(Object o) throws IllegalAccessException, InvocationTargetException
AbstractExecutor
execute
in class AbstractExecutor
IllegalAccessException
InvocationTargetException
AbstractExecutor.execute(java.lang.Object)
Copyright © 2000–2016. All rights reserved.