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.
- Author:
- Brett Porter
-
Constructor Summary
ConstructorDescriptionDebugConfigurationListener
(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.
-
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
-