org.apache.maven.plugin

Class DebugConfigurationListener

public class DebugConfigurationListener extends Object implements ConfigurationListener

Log at debug level the mojo configuration.

Version: $Id: DebugConfigurationListener.java 307267 2005-10-08 06:36:17Z brett $

Author: Brett Porter

Constructor Summary
DebugConfigurationListener(Logger logger)
Method Summary
voidnotifyFieldChangeUsingReflection(String fieldName, Object value, Object target)
voidnotifyFieldChangeUsingSetter(String fieldName, Object value, Object target)

Constructor Detail

DebugConfigurationListener

public DebugConfigurationListener(Logger logger)

Method Detail

notifyFieldChangeUsingReflection

public void notifyFieldChangeUsingReflection(String fieldName, Object value, Object target)

notifyFieldChangeUsingSetter

public void notifyFieldChangeUsingSetter(String fieldName, Object value, Object target)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.