org.sonatype.guice.bean.scanners
Interface ClassFinder

All Known Implementing Classes:
SisuIndexFinder

public interface ClassFinder

Finds (and optionally filters) Class resources from ClassSpaces.


Method Summary
 Enumeration<URL> findClasses(ClassSpace space)
          Searches the given ClassSpace for Class resources.
 

Method Detail

findClasses

Enumeration<URL> findClasses(ClassSpace space)
Searches the given ClassSpace for Class resources.

Parameters:
space - The space to search
Returns:
Sequence of Class URLs


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.