@Deprecated
public class DebugConfigurationListener
extends java.lang.Object
implements org.codehaus.plexus.component.configurator.ConfigurationListener
Modifier and Type | Field and Description |
---|---|
private org.codehaus.plexus.logging.Logger |
logger
Deprecated.
|
Constructor and Description |
---|
DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
notifyFieldChangeUsingReflection(java.lang.String fieldName,
java.lang.Object value,
java.lang.Object target)
Deprecated.
|
void |
notifyFieldChangeUsingSetter(java.lang.String fieldName,
java.lang.Object value,
java.lang.Object target)
Deprecated.
|
private java.lang.String |
toString(java.lang.Object obj)
Deprecated.
Creates a human-friendly string representation of the specified object.
|
public DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)
public void notifyFieldChangeUsingSetter(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)
notifyFieldChangeUsingSetter
in interface org.codehaus.plexus.component.configurator.ConfigurationListener
public void notifyFieldChangeUsingReflection(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)
notifyFieldChangeUsingReflection
in interface org.codehaus.plexus.component.configurator.ConfigurationListener
private java.lang.String toString(java.lang.Object obj)
obj
- The object to create a string representation for, may be null
.null
.