Package org.eclipse.sisu.space
Class IndexedClassFinder
java.lang.Object
org.eclipse.sisu.space.IndexedClassFinder
- All Implemented Interfaces:
ClassFinder
ClassFinder that finds Class resources listed in the named index.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindClasses(ClassSpace space) Searches the givenClassSpaceforClassresources.indexedNames(ClassSpace space)
-
Constructor Details
-
IndexedClassFinder
-
-
Method Details
-
indexedNames
-
findClasses
Description copied from interface:ClassFinderSearches the givenClassSpaceforClassresources.- Specified by:
findClassesin interfaceClassFinder- Parameters:
space- The space to search- Returns:
- Sequence of Class URLs
-