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 java.lang.Object
implements ClassFinder

ClassFinder that uses the index files under META-INF/sisu to find interesting classes.


Constructor Summary
SisuIndexFinder()
           
 
Method Summary
 java.util.Enumeration<java.net.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()
Method Detail

findClasses

public java.util.Enumeration<java.net.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.