| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.DefaultClassFinder | 
ClassFinder that finds Class resources under a given package name.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DefaultClassFinder(String pkg) | |||||||||||
| DefaultClassFinder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Enumeration<URL> | findClasses(ClassSpace space) Searches the given  ClassSpaceforClassresources. | ||||||||||
| [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 | 
|---|