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.
|
Modifier and Type | Method and Description |
---|---|
SpaceVisitor |
SisuExtensions.visitor(com.google.inject.Binder binder)
SpaceModule strategy that lets META-INF/services/org.eclipse.sisu.space.SpaceVisitor extensions
override the default scanning. |
Modifier and Type | Class and Description |
---|---|
class |
PlexusTypeVisitor
SpaceVisitor that reports Plexus bean classes annotated with @Component . |
Modifier and Type | Class and Description |
---|---|
class |
QualifiedTypeVisitor
SpaceVisitor that reports types annotated with Qualifier annotations. |
class |
SisuIndex
Command-line utility that generates a qualified class index for a space-separated list of JARs.
|
Modifier and Type | Method and Description |
---|---|
SpaceVisitor |
SpaceModule.Strategy.visitor(com.google.inject.Binder binder)
Selects the
SpaceVisitor to be used for the given Binder . |
Modifier and Type | Method and Description |
---|---|
void |
SpaceScanner.accept(SpaceVisitor visitor)
Makes the given
SpaceVisitor visit the ClassSpace of this scanner. |
Copyright © 2015. All rights reserved.