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 classDefaultClassFinderClassFinderthat findsClassresources under a given package name.classIndexedClassFinderClassFinderthat findsClassresources listed in the named index.Fields in org.eclipse.sisu.space declared as ClassFinder Modifier and Type Field Description static ClassFinderSpaceModule. GLOBAL_INDEXstatic ClassFinderSpaceModule. LOCAL_INDEXstatic ClassFinderSpaceModule. LOCAL_SCANConstructors in org.eclipse.sisu.space with parameters of type ClassFinder Constructor Description SpaceModule(ClassSpace space, ClassFinder finder)SpaceScanner(ClassSpace space, ClassFinder finder)
-