Uses of Interface
org.eclipse.sisu.space.SpaceVisitor
Packages that use SpaceVisitor
Package
Description
Utilities to test, launch, and extend Sisu applications.
Customizable scanning of bean implementations.
-
Uses of SpaceVisitor in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return SpaceVisitorModifier and TypeMethodDescriptionSisuExtensions.visitor(com.google.inject.Binder binder) SpaceModulestrategy that letsMETA-INF/services/org.eclipse.sisu.space.SpaceVisitorextensions override the default scanning. -
Uses of SpaceVisitor in org.eclipse.sisu.space
Classes in org.eclipse.sisu.space that implement SpaceVisitorModifier and TypeClassDescriptionfinal classSpaceVisitorthat reports types annotated withQualifierannotations.classCommand-line utility that generates a qualified class index for a space-separated list of JARs.Methods in org.eclipse.sisu.space that return SpaceVisitorModifier and TypeMethodDescriptionSpaceModule.Strategy.visitor(com.google.inject.Binder binder) Selects theSpaceVisitorto be used for the givenBinder.Methods in org.eclipse.sisu.space with parameters of type SpaceVisitorModifier and TypeMethodDescriptionvoidSpaceScanner.accept(SpaceVisitor visitor) Makes the givenSpaceVisitorvisit theClassSpaceof this scanner.