Uses of Interface
org.eclipse.sisu.space.SpaceVisitor
Packages that use SpaceVisitor
Package
Description
Utilities to test, launch, and extend Sisu applications.
Sisu-Plexus backend implementation.
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) SpaceModule
strategy that letsMETA-INF/services/org.eclipse.sisu.space.SpaceVisitor
extensions override the default scanning. -
Uses of SpaceVisitor in org.eclipse.sisu.plexus
Classes in org.eclipse.sisu.plexus that implement SpaceVisitorModifier and TypeClassDescriptionfinal class
SpaceVisitor
that reports Plexus bean classes annotated with @Component
. -
Uses of SpaceVisitor in org.eclipse.sisu.space
Classes in org.eclipse.sisu.space that implement SpaceVisitorModifier and TypeClassDescriptionfinal class
SpaceVisitor
that reports types annotated withQualifier
annotations.class
Command-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 theSpaceVisitor
to be used for the givenBinder
.Methods in org.eclipse.sisu.space with parameters of type SpaceVisitorModifier and TypeMethodDescriptionvoid
SpaceScanner.accept
(SpaceVisitor visitor) Makes the givenSpaceVisitor
visit theClassSpace
of this scanner.