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
 
构造方法摘要
IncludeProjectDependenciesComponentConfigurator()
           
 
方法摘要
 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.