Class 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 Detail

      • DebugConfigurationListener

        public DebugConfigurationListener​(org.slf4j.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