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 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)
Deprecated.UseSpaceModule(ClassSpace, ClassFinder, boolean)
instead.SpaceModule(ClassSpace space, ClassFinder finder, boolean isStrict)
SpaceScanner(ClassSpace space, ClassFinder finder)
Deprecated.UseSpaceScanner(ClassSpace, ClassFinder, boolean)
instead.SpaceScanner(ClassSpace space, ClassFinder finder, boolean isStrict)
-