Class DebugConfigurationListener

  • All Implemented Interfaces:
    org.codehaus.plexus.component.configurator.ConfigurationListener

    @Deprecated
    public class DebugConfigurationListener
    extends Object
    implements org.codehaus.plexus.component.configurator.ConfigurationListener
    Deprecated.
    Log at debug level the mojo configuration.
    Author:
    Brett Porter
    • Constructor Detail

      • DebugConfigurationListener

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

      • notifyFieldChangeUsingSetter

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

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