org.sonatype.guice.bean.scanners.index
Class SisuIndexFinder

java.lang.Object
  extended by 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.


Constructor Summary
SisuIndexFinder(boolean globalIndex)
           
 
Method Summary
 Enumeration<URL> findClasses(ClassSpace space)
          Searches the given ClassSpace for Class resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SisuIndexFinder

public SisuIndexFinder(boolean globalIndex)
Method Detail

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.