Uses of Interface
org.eclipse.sisu.space.SpaceVisitor
-
Packages that use SpaceVisitor Package Description org.eclipse.sisu.launch Utilities to test, launch, and extend Sisu applications.org.eclipse.sisu.plexus Sisu-Plexus backend implementation.org.eclipse.sisu.space Customizable scanning of bean implementations. -
-
Uses of SpaceVisitor in org.eclipse.sisu.launch
Methods in org.eclipse.sisu.launch that return SpaceVisitor Modifier and Type Method Description SpaceVisitor
SisuExtensions. 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 SpaceVisitor Modifier and Type Class Description class
PlexusTypeVisitor
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 SpaceVisitor Modifier and Type Class Description class
QualifiedTypeVisitor
SpaceVisitor
that reports types annotated withQualifier
annotations.class
SisuIndex
Command-line utility that generates a qualified class index for a space-separated list of JARs.Methods in org.eclipse.sisu.space that return SpaceVisitor Modifier and Type Method Description SpaceVisitor
SpaceModule.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 SpaceVisitor Modifier and Type Method Description void
SpaceScanner. accept(SpaceVisitor visitor)
Makes the givenSpaceVisitor
visit theClassSpace
of this scanner.
-