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$

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–2014 Codehaus. All rights reserved.