org.sonatype.guice.bean.scanners.index
Class SisuIndexFinder
java.lang.Object
org.sonatype.guice.bean.scanners.index.SisuIndexFinder
- All Implemented Interfaces:
- ClassFinder
public final class SisuIndexFinder
- extends Object
- implements ClassFinder
ClassFinder
that uses the qualified class index to select implementations to scan.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SisuIndexFinder
public SisuIndexFinder(boolean globalIndex)
findClasses
public Enumeration<URL> findClasses(ClassSpace space)
- Description copied from interface:
ClassFinder
- Searches the given
ClassSpace
for Class
resources.
- Specified by:
findClasses
in interface ClassFinder
- Parameters:
space
- The space to search
- Returns:
- Sequence of Class URLs
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.