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.ConfigurationListener
Deprecated.Log at debug level the mojo configuration.- Author:
- Brett Porter
-
-
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 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.
-
-
-
Method Detail
-
notifyFieldChangeUsingSetter
public void notifyFieldChangeUsingSetter(java.lang.String fieldName, java.lang.Object value, java.lang.Object target)
Deprecated.- Specified by:
notifyFieldChangeUsingSetter
in 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:
notifyFieldChangeUsingReflection
in interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
-