com.github.kongchen.swagger.docgen.mavenplugin
类 IncludeProjectDependenciesComponentConfigurator
java.lang.Object
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator
com.github.kongchen.swagger.docgen.mavenplugin.IncludeProjectDependenciesComponentConfigurator
- 所有已实现的接口:
- 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
- 从以下版本开始:
- Aug 1, 2008 3:04:17 PM
- 作者:
- Brian Jackson
| 从类 org.codehaus.plexus.component.configurator.AbstractComponentConfigurator 继承的字段 |
converterLookup |
| 从接口 org.codehaus.plexus.component.configurator.ComponentConfigurator 继承的字段 |
ROLE |
|
方法摘要 |
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)
|
| 从类 org.codehaus.plexus.component.configurator.AbstractComponentConfigurator 继承的方法 |
configureComponent, configureComponent |
| 从类 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
- 指定者:
- 接口
org.codehaus.plexus.component.configurator.ComponentConfigurator 中的 configureComponent - 覆盖:
- 类
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator 中的 configureComponent
- 抛出:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
Copyright © 2014. All Rights Reserved.