org.codehaus.plexus.cdc.gleaner
Class QDoxComponentGleaner
java.lang.Object
org.codehaus.plexus.cdc.gleaner.ComponentGleanerSupport
org.codehaus.plexus.cdc.gleaner.QDoxComponentGleaner
- All Implemented Interfaces:
- SourceComponentGleaner
public class QDoxComponentGleaner
- extends ComponentGleanerSupport
- implements SourceComponentGleaner
A source component gleaner which uses QDox to discover Javadoc annotations.
- Version:
- $Id: QDoxComponentGleaner.java 7051 2007-11-11 04:07:15Z jvanzyl $
- Author:
- Trygve Laugstøl
Method Summary |
ComponentDescriptor |
glean(com.thoughtworks.qdox.JavaDocBuilder classCache,
com.thoughtworks.qdox.model.JavaClass javaClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLEXUS_COMPONENT_TAG
public static final java.lang.String PLEXUS_COMPONENT_TAG
- See Also:
- Constant Field Values
PLEXUS_REQUIREMENT_TAG
public static final java.lang.String PLEXUS_REQUIREMENT_TAG
- See Also:
- Constant Field Values
PLEXUS_CONFIGURATION_TAG
public static final java.lang.String PLEXUS_CONFIGURATION_TAG
- See Also:
- Constant Field Values
PLEXUS_VERSION_PARAMETER
public static final java.lang.String PLEXUS_VERSION_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_ROLE_PARAMETER
public static final java.lang.String PLEXUS_ROLE_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_ROLE_HINT_PARAMETER
public static final java.lang.String PLEXUS_ROLE_HINT_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_ROLE_HINT_LIST_PARAMETER
public static final java.lang.String PLEXUS_ROLE_HINT_LIST_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_ALIAS_PARAMETER
public static final java.lang.String PLEXUS_ALIAS_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_DEFAULT_VALUE_PARAMETER
public static final java.lang.String PLEXUS_DEFAULT_VALUE_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_LIFECYCLE_HANDLER_PARAMETER
public static final java.lang.String PLEXUS_LIFECYCLE_HANDLER_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_INSTANTIATION_STARTEGY_PARAMETER
public static final java.lang.String PLEXUS_INSTANTIATION_STARTEGY_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_DEFAULT_HINT
public static final java.lang.String PLEXUS_DEFAULT_HINT
- See Also:
- Constant Field Values
QDoxComponentGleaner
public QDoxComponentGleaner()
glean
public ComponentDescriptor glean(com.thoughtworks.qdox.JavaDocBuilder classCache,
com.thoughtworks.qdox.model.JavaClass javaClass)
throws ComponentGleanerException
- Specified by:
glean
in interface SourceComponentGleaner
- Throws:
ComponentGleanerException
Copyright © 2001-2010 Codehaus. All Rights Reserved.