org.apache.maven.plugin
Class DebugConfigurationListener

java.lang.Object
  extended by org.apache.maven.plugin.DebugConfigurationListener
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ConfigurationListener

public class DebugConfigurationListener
extends Object
implements org.codehaus.plexus.component.configurator.ConfigurationListener

Log at debug level the mojo configuration.

Version:
$Id: DebugConfigurationListener.java 720042 2008-11-23 21:10:39Z bentmann $
Author:
Brett Porter

Constructor Summary
DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 void notifyFieldChangeUsingReflection(String fieldName, Object value, Object target)
           
 void notifyFieldChangeUsingSetter(String fieldName, Object value, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugConfigurationListener

public DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)
Method Detail

notifyFieldChangeUsingSetter

public void notifyFieldChangeUsingSetter(String fieldName,
                                         Object value,
                                         Object target)
Specified by:
notifyFieldChangeUsingSetter in interface org.codehaus.plexus.component.configurator.ConfigurationListener

notifyFieldChangeUsingReflection

public void notifyFieldChangeUsingReflection(String fieldName,
                                             Object value,
                                             Object target)
Specified by:
notifyFieldChangeUsingReflection in interface org.codehaus.plexus.component.configurator.ConfigurationListener


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.