Class DebugConfigurationListener
java.lang.Object
org.apache.maven.plugins.assembly.internal.DebugConfigurationListener
- All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ConfigurationListener
public class DebugConfigurationListener
extends Object
implements org.codehaus.plexus.component.configurator.ConfigurationListener
Copy of deprecated
DebugConfigurationListener updated to Slf4j.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyFieldChangeUsingReflection(String fieldName, Object value, Object target) voidnotifyFieldChangeUsingSetter(String fieldName, Object value, Object target) private StringCreates a human-friendly string representation of the specified object.
-
Field Details
-
logger
private final org.slf4j.Logger logger
-
-
Constructor Details
-
DebugConfigurationListener
public DebugConfigurationListener(org.slf4j.Logger logger)
-
-
Method Details
-
notifyFieldChangeUsingSetter
- Specified by:
notifyFieldChangeUsingSetterin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
notifyFieldChangeUsingReflection
- Specified by:
notifyFieldChangeUsingReflectionin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
toString
Creates a human-friendly string representation of the specified object.- Parameters:
obj- The object to create a string representation for, may benull.- Returns:
- The string representation, never
null.
-