Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » config » [javadoc | source]
org.apache.log4j.config
public class: PropertyGetter [javadoc | source]
java.lang.Object
   org.apache.log4j.config.PropertyGetter
Used for inferring configuration information for a log4j's component.
Nested Class Summary:
public interface  PropertyGetter.PropertyCallback   
Field Summary
protected static final  Object[] NULL_ARG     
protected  Object obj     
protected  PropertyDescriptor[] props     
Constructor:
 public PropertyGetter(Object obj) throws IntrospectionException 
    Parameters:
    obj - the object for which to set properties
Method from org.apache.log4j.config.PropertyGetter Summary:
getProperties,   getProperties,   isHandledType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.config.PropertyGetter Detail:
 public  void getProperties(PropertyGetter.PropertyCallback callback,
    String prefix) 
 public static  void getProperties(Object obj,
    PropertyGetter.PropertyCallback callback,
    String prefix) 
 protected boolean isHandledType(Class type)