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
ConstructorsConstructorDescriptionDebugConfigurationListener(org.codehaus.plexus.logging.Logger logger) Deprecated.DebugConfigurationListener(org.slf4j.Logger logger) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyFieldChangeUsingReflection(String fieldName, Object value, Object target) Deprecated.voidnotifyFieldChangeUsingSetter(String fieldName, Object value, Object target) Deprecated.
-
Constructor Details
-
DebugConfigurationListener
Deprecated.UseDebugConfigurationListener(Logger)instead. -
DebugConfigurationListener
public DebugConfigurationListener(org.slf4j.Logger logger) Deprecated.
-
-
Method Details
-
notifyFieldChangeUsingSetter
Deprecated.- Specified by:
notifyFieldChangeUsingSetterin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
notifyFieldChangeUsingReflection
Deprecated.- Specified by:
notifyFieldChangeUsingReflectionin interfaceorg.codehaus.plexus.component.configurator.ConfigurationListener
-
DebugConfigurationListener(Logger)instead.