org.apache.log4j.config
public class PropertyGetter extends Object
| Nested Class Summary | |
|---|---|
| interface | PropertyGetter.PropertyCallback |
| Field Summary | |
|---|---|
| protected static Object[] | NULL_ARG |
| protected Object | obj |
| protected PropertyDescriptor[] | props |
| Constructor Summary | |
|---|---|
| PropertyGetter(Object obj)
Create a new PropertyGetter for the specified Object. | |
| Method Summary | |
|---|---|
| static void | getProperties(Object obj, PropertyGetter.PropertyCallback callback, String prefix) |
| void | getProperties(PropertyGetter.PropertyCallback callback, String prefix) |
| protected boolean | isHandledType(Class type) |
Parameters: obj the object for which to set properties