org.codehaus.plexus.cdc
Class PlexusDefaultComponentGleaner

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by 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

Field Summary
static java.lang.String PLEXUS_ALIAS_PARAMETER
           
static java.lang.String PLEXUS_COMPONENT_TAG
           
static java.lang.String PLEXUS_DEFAULT_HINT
           
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
 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

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

PlexusDefaultComponentGleaner

public PlexusDefaultComponentGleaner()
Method Detail

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-2011 Codehaus. All Rights Reserved.