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 Object
implements org.codehaus.plexus.component.configurator.ConfigurationListener
Deprecated.
Log at debug level the mojo configuration.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDebugConfigurationListener
(org.codehaus.plexus.logging.Logger logger) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyFieldChangeUsingReflection
(String fieldName, Object value, Object target) Deprecated.void
notifyFieldChangeUsingSetter
(String fieldName, Object value, Object target) Deprecated.private String
Deprecated.Creates a human-friendly string representation of the specified object.
-
Field Details
-
logger
private org.codehaus.plexus.logging.Logger loggerDeprecated.
-
-
Constructor Details
-
DebugConfigurationListener
public DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger) Deprecated.
-
-
Method Details
-
notifyFieldChangeUsingSetter
Deprecated.- Specified by:
notifyFieldChangeUsingSetter
in interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
notifyFieldChangeUsingReflection
Deprecated.- Specified by:
notifyFieldChangeUsingReflection
in interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
toString
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
.
-