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

Deprecated. Use {#link ComponentDescriptorExtractor}.

public class PlexusDefaultComponentGleaner
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ComponentGleaner

Version:
$Id: PlexusDefaultComponentGleaner.java 6923 2007-10-01 04:26:19Z user57 $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String PLEXUS_ALIAS_PARAMETER
          Deprecated.  
static java.lang.String PLEXUS_COMPONENT_TAG
          Deprecated.  
static java.lang.String PLEXUS_DEFAULT_HINT
          Deprecated.  
static java.lang.String PLEXUS_REQUIREMENT_TAG
          Deprecated.  
static java.lang.String PLEXUS_ROLE_HINT_LIST_PARAMETER
          Deprecated.  
static java.lang.String PLEXUS_ROLE_HINT_PARAMETER
          Deprecated.  
static java.lang.String PLEXUS_ROLE_PARAMETER
          Deprecated.  
static java.lang.String PLEXUS_VERSION_PARAMETER
          Deprecated.  
 
Fields inherited from interface org.codehaus.plexus.cdc.ComponentGleaner
ROLE
 
Constructor Summary
PlexusDefaultComponentGleaner()
          Deprecated.  
 
Method Summary
 ComponentDescriptor glean(com.thoughtworks.qdox.model.JavaClassCache classCache, com.thoughtworks.qdox.model.JavaClass javaClass)
          Deprecated.  
 
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
Deprecated. 
See Also:
Constant Field Values

PLEXUS_REQUIREMENT_TAG

public static final java.lang.String PLEXUS_REQUIREMENT_TAG
Deprecated. 
See Also:
Constant Field Values

PLEXUS_VERSION_PARAMETER

public static final java.lang.String PLEXUS_VERSION_PARAMETER
Deprecated. 
See Also:
Constant Field Values

PLEXUS_ROLE_PARAMETER

public static final java.lang.String PLEXUS_ROLE_PARAMETER
Deprecated. 
See Also:
Constant Field Values

PLEXUS_ROLE_HINT_PARAMETER

public static final java.lang.String PLEXUS_ROLE_HINT_PARAMETER
Deprecated. 
See Also:
Constant Field Values

PLEXUS_ROLE_HINT_LIST_PARAMETER

public static final java.lang.String PLEXUS_ROLE_HINT_LIST_PARAMETER
Deprecated. 
See Also:
Constant Field Values

PLEXUS_ALIAS_PARAMETER

public static final java.lang.String PLEXUS_ALIAS_PARAMETER
Deprecated. 
See Also:
Constant Field Values

PLEXUS_DEFAULT_HINT

public static final java.lang.String PLEXUS_DEFAULT_HINT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PlexusDefaultComponentGleaner

public PlexusDefaultComponentGleaner()
Deprecated. 
Method Detail

glean

public ComponentDescriptor glean(com.thoughtworks.qdox.model.JavaClassCache classCache,
                                 com.thoughtworks.qdox.model.JavaClass javaClass)
                          throws ComponentDescriptorCreatorException
Deprecated. 
Specified by:
glean in interface ComponentGleaner
Throws:
ComponentDescriptorCreatorException


Copyright © 2001-2010 Codehaus. All Rights Reserved.