| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.IndexedClassFinder | 
ClassFinder that finds Class resources listed in the named index.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| IndexedClassFinder(String name, boolean global) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Enumeration<URL> | findClasses(ClassSpace space) Searches the given  ClassSpaceforClassresources. | ||||||||||
| Iterable<String> | indexedNames(ClassSpace space) | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.eclipse.sisu.space.ClassFinder | |||||||||||
Searches the given ClassSpace for Class resources.
| space | The space to search | 
|---|