org.apache.maven.plugin.coreit
Class CustomComponentConfigurator

java.lang.Object
  extended by org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
      extended by org.apache.maven.plugin.coreit.CustomComponentConfigurator
All Implemented Interfaces:
org.codehaus.plexus.component.configurator.ComponentConfigurator

public class CustomComponentConfigurator
extends org.codehaus.plexus.component.configurator.AbstractComponentConfigurator

A custom component configurator. Does not do much special compared to the basic one, but is sufficient to check general support of the specific API.

Author:
Benjamin Bentmann
Plexus component:
role:
"org.codehaus.plexus.component.configurator.ComponentConfigurator"
role-hint:
"coreit"

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
CustomComponentConfigurator()
           
 
Method Summary
 void configureComponent(Object component, org.codehaus.plexus.configuration.PlexusConfiguration configuration, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator, org.codehaus.classworlds.ClassRealm containerRealm, 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 Detail

CustomComponentConfigurator

public CustomComponentConfigurator()
Method Detail

configureComponent

public void configureComponent(Object component,
                               org.codehaus.plexus.configuration.PlexusConfiguration configuration,
                               org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator,
                               org.codehaus.classworlds.ClassRealm containerRealm,
                               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.AbstractComponentConfigurator
Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.