org.codehaus.plexus.cdc
Class PlexusDefaultComponentGleaner

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.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 2976 2006-01-05 21:04:33Z trygvis $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String PLEXUS_COMPONENT_TAG
           
static java.lang.String PLEXUS_REQUIREMENT_TAG
           
static java.lang.String PLEXUS_ROLE_HINT_PARAMETER
           
static java.lang.String PLEXUS_ROLE_PARAMETER
           
static java.lang.String PLEXUS_VERSION_PARAMETER
           
 
Fields inherited from interface org.codehaus.plexus.cdc.ComponentGleaner
ROLE
 
Constructor Summary
PlexusDefaultComponentGleaner()
           
 
Method Summary
 org.codehaus.plexus.component.repository.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
 

Field Detail

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
Constructor Detail

PlexusDefaultComponentGleaner

public PlexusDefaultComponentGleaner()
Method Detail

glean

public org.codehaus.plexus.component.repository.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-2007 Codehaus. All Rights Reserved.