public final class

IndexedClassFinder

extends Object
implements ClassFinder
java.lang.Object
   ↳ org.eclipse.sisu.space.IndexedClassFinder

Class Overview

ClassFinder that finds Class resources listed in the named index.

Summary

Public Constructors
IndexedClassFinder(String name, boolean global)
Public Methods
Enumeration<URL> findClasses(ClassSpace space)
Searches the given ClassSpace for Class resources.
Iterable<String> indexedNames(ClassSpace space)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.eclipse.sisu.space.ClassFinder

Public Constructors

public IndexedClassFinder (String name, boolean global)

Public Methods

public Enumeration<URL> findClasses (ClassSpace space)

Searches the given ClassSpace for Class resources.

Parameters
space The space to search
Returns
  • Sequence of Class URLs

public Iterable<String> indexedNames (ClassSpace space)