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)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)
-