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 TypeMethodDescriptionvoid
notifyFieldChangeUsingReflection
(String fieldName, Object value, Object target) void
notifyFieldChangeUsingSetter
(String fieldName, Object value, Object target) private String
Creates 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:
notifyFieldChangeUsingSetter
in interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
notifyFieldChangeUsingReflection
- Specified by:
notifyFieldChangeUsingReflection
in 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
.
-