org.apache.maven.plugin
Class DebugConfigurationListener
java.lang.Object
   org.apache.maven.plugin.DebugConfigurationListener
org.apache.maven.plugin.DebugConfigurationListener
- All Implemented Interfaces: 
- org.codehaus.plexus.component.configurator.ConfigurationListener
- public class DebugConfigurationListener 
- extends java.lang.Object- implements org.codehaus.plexus.component.configurator.ConfigurationListener
Log at debug level the mojo configuration.
- Version:
- $Id: DebugConfigurationListener.java 495147 2007-01-11 07:47:53Z jvanzyl $
- Author:
- Brett Porter
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DebugConfigurationListener
public DebugConfigurationListener(org.codehaus.plexus.logging.Logger logger)
notifyFieldChangeUsingSetter
public void notifyFieldChangeUsingSetter(java.lang.String fieldName,
                                         java.lang.Object value,
                                         java.lang.Object target)
- 
- Specified by:
- notifyFieldChangeUsingSetterin interface- org.codehaus.plexus.component.configurator.ConfigurationListener
 
- 
 
notifyFieldChangeUsingReflection
public void notifyFieldChangeUsingReflection(java.lang.String fieldName,
                                             java.lang.Object value,
                                             java.lang.Object target)
- 
- Specified by:
- notifyFieldChangeUsingReflectionin interface- org.codehaus.plexus.component.configurator.ConfigurationListener
 
- 
 
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.