org.codehaus.plexus.cdc
Class PlexusDefaultComponentGleaner
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.cdc.PlexusDefaultComponentGleaner
- All Implemented Interfaces:
- ComponentGleaner, org.codehaus.plexus.logging.LogEnabled
public class PlexusDefaultComponentGleaner
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements ComponentGleaner
- Version:
- $Id: PlexusDefaultComponentGleaner.java 6138 2007-03-17 22:31:20Z handyande $
- Author:
- Trygve Laugstøl
Method Summary |
ComponentDescriptor |
glean(com.thoughtworks.qdox.model.JavaClassCache classCache,
com.thoughtworks.qdox.model.JavaClass javaClass)
|
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
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_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_ALIAS_PARAMETER
public static final java.lang.String PLEXUS_ALIAS_PARAMETER
- See Also:
- Constant Field Values
PLEXUS_DEFAULT_HINT
public static final java.lang.String PLEXUS_DEFAULT_HINT
- See Also:
- Constant Field Values
PlexusDefaultComponentGleaner
public PlexusDefaultComponentGleaner()
glean
public ComponentDescriptor glean(com.thoughtworks.qdox.model.JavaClassCache classCache,
com.thoughtworks.qdox.model.JavaClass javaClass)
throws ComponentDescriptorCreatorException
- Specified by:
glean
in interface ComponentGleaner
- Throws:
ComponentDescriptorCreatorException
Copyright © 2001-2009 Codehaus. All Rights Reserved.