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
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
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 |
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
PlexusDefaultComponentGleaner
public PlexusDefaultComponentGleaner()
- Deprecated.
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-2011 Codehaus. All Rights Reserved.