org.codehaus.plexus.metadata.gleaner
Interface ClassComponentGleaner

All Known Implementing Classes:
AnnotationComponentGleaner

public interface ClassComponentGleaner

Interface for component gleaners which glean off of compiled classes..

Version:
$Id: ClassComponentGleaner.java 7966 2008-12-25 15:25:22Z bentmann $

Field Summary
static String ROLE
           
 
Method Summary
 ComponentDescriptor<?> glean(String className, ClassLoader cl)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

glean

ComponentDescriptor<?> glean(String className,
                             ClassLoader cl)
                             throws ComponentGleanerException
Throws:
ComponentGleanerException


Copyright © 2001-2011 Codehaus. All Rights Reserved.