Class DebugConfigurationListener

java.lang.Object
org.apache.maven.plugins.assembly.internal.DebugConfigurationListener
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ConfigurationListener

public class DebugConfigurationListener extends Object implements org.codehaus.plexus.component.configurator.ConfigurationListener
Copy of deprecated DebugConfigurationListener updated to Slf4j.
  • Constructor Details

    • DebugConfigurationListener

      public DebugConfigurationListener(org.slf4j.Logger logger)
  • Method Details

    • 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