Uses of Interface
org.eclipse.sisu.space.ClassFinder
-
Packages that use ClassFinder Package Description org.eclipse.sisu.space Customizable scanning of bean implementations. -
-
Uses of ClassFinder in org.eclipse.sisu.space
Classes in org.eclipse.sisu.space that implement ClassFinder Modifier and Type Class Description class
DefaultClassFinder
ClassFinder
that findsClass
resources under a given package name.class
IndexedClassFinder
ClassFinder
that findsClass
resources listed in the named index.Fields in org.eclipse.sisu.space declared as ClassFinder Modifier and Type Field Description (package private) static ClassFinder
SpaceScanner. DEFAULT_FINDER
private ClassFinder
SpaceModule. finder
private ClassFinder
SpaceScanner. finder
static ClassFinder
SpaceModule. GLOBAL_INDEX
static ClassFinder
SpaceModule. LOCAL_INDEX
static ClassFinder
SpaceModule. LOCAL_SCAN
Constructors in org.eclipse.sisu.space with parameters of type ClassFinder Constructor Description SpaceModule(ClassSpace space, ClassFinder finder)
SpaceScanner(ClassSpace space, ClassFinder finder)
-