Class CustomBasicComponentConfigurator

java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
org.codehaus.plexus.component.configurator.BasicComponentConfigurator
io.confluent.kafka.schemaregistry.maven.CustomBasicComponentConfigurator
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ComponentConfigurator

public class CustomBasicComponentConfigurator extends org.codehaus.plexus.component.configurator.BasicComponentConfigurator
  • Field Summary

    Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator

    converterLookup

    Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureComponent(Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, org.codehaus.plexus.component.configurator.ConfigurationListener listener)
     

    Methods inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator

    configureComponent, configureComponent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomBasicComponentConfigurator

      public CustomBasicComponentConfigurator()
  • Method Details

    • configureComponent

      public void configureComponent(Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, org.codehaus.plexus.component.configurator.ConfigurationListener listener) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException
      Specified by:
      configureComponent in interface org.codehaus.plexus.component.configurator.ComponentConfigurator
      Overrides:
      configureComponent in class org.codehaus.plexus.component.configurator.BasicComponentConfigurator
      Throws:
      org.codehaus.plexus.component.configurator.ComponentConfigurationException