org.kathrynhuxtable.maven.plugins.imageGenerator
Class IncludeProjectDependenciesComponentConfigurator
java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
org.kathrynhuxtable.maven.plugins.imageGenerator.IncludeProjectDependenciesComponentConfigurator
- All Implemented Interfaces:
- org.codehaus.plexus.component.configurator.ComponentConfigurator
public class IncludeProjectDependenciesComponentConfigurator
- extends org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
A custom ComponentConfigurator which adds the project's runtime classpath
elements to the class loader.
Taken from
http://old.nabble.com/Adding-project-dependencies-and-generated-classes-to-classpath-of-my-plugin-td18624435.html
- Since:
- Aug 1, 2008 3:04:17 PM
- Author:
- Brian Jackson
Fields inherited from class org.codehaus.plexus.component.configurator.AbstractComponentConfigurator |
converterLookup |
Fields inherited from interface org.codehaus.plexus.component.configurator.ComponentConfigurator |
ROLE |
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, configureComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeProjectDependenciesComponentConfigurator
public IncludeProjectDependenciesComponentConfigurator()
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
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
- See Also:
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator#configureComponent(java.lang.Object,
org.codehaus.plexus.configuration.PlexusConfiguration,
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator,
org.codehaus.classworlds.ClassRealm,
org.codehaus.plexus.component.configurator.ConfigurationListener)
Copyright © 2010 kathrynhuxtable.org. All Rights Reserved.