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.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 SpaceVisitorSisuExtensions. 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 SpaceVisitor Modifier and Type Class Description classQualifiedTypeVisitorSpaceVisitorthat reports types annotated withQualifierannotations.classSisuIndexCommand-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 SpaceVisitorSpaceModule.Strategy. visitor(com.google.inject.Binder binder)Selects theSpaceVisitorto be used for the givenBinder.Methods in org.eclipse.sisu.space with parameters of type SpaceVisitor Modifier and Type Method Description voidSpaceScanner. accept(SpaceVisitor visitor)Makes the givenSpaceVisitorvisit theClassSpaceof this scanner.
-