Package org.apache.maven.plugin
Class DebugConfigurationListener
- java.lang.Object
-
- org.apache.maven.plugin.DebugConfigurationListener
-
- All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ConfigurationListener
@Deprecated public class DebugConfigurationListener extends java.lang.Object implements org.codehaus.plexus.component.configurator.ConfigurationListenerDeprecated.Log at debug level the mojo configuration.
-
-
Field Summary
Fields Modifier and Type Field Description private org.codehaus.plexus.logging.LoggerloggerDeprecated.
-
Constructor Summary
Constructors Constructor Description DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidnotifyFieldChangeUsingReflection(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)Deprecated.voidnotifyFieldChangeUsingSetter(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)Deprecated.private java.lang.StringtoString(java.lang.Object obj)Deprecated.Creates a human-friendly string representation of the specified object.
-
-
-
Method Detail
-
notifyFieldChangeUsingSetter
public void notifyFieldChangeUsingSetter(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)Deprecated.- Specified by:
notifyFieldChangeUsingSetterin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
notifyFieldChangeUsingReflection
public void notifyFieldChangeUsingReflection(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)Deprecated.- Specified by:
notifyFieldChangeUsingReflectionin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
toString
private java.lang.String toString(java.lang.Object obj)
Deprecated.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.
-
-