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 |
---|---|
BeanScanning |
InjectedTest.scanning() |
BeanScanning |
InjectedTestCase.scanning() |
Modifier and Type | Method and Description |
---|---|
static com.google.inject.Module |
Main.wire(BeanScanning scanning,
com.google.inject.Module... bindings) |
Constructor and Description |
---|
PlexusAnnotatedBeanModule(ClassSpace space,
Map<?,?> variables,
BeanScanning scanning)
Creates a bean source that scans the given class space for Plexus annotations using the given scanner.
|
PlexusSpaceModule(ClassSpace space,
BeanScanning scanning) |
Modifier and Type | Method and Description |
---|---|
static BeanScanning |
BeanScanning.select(Map<?,?> properties)
Selects the property named "org.eclipse.sisu.space.BeanScanning" and attempts to map its value to a
BeanScanning literal, ignoring case. |
static BeanScanning |
BeanScanning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanScanning[] |
BeanScanning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SpaceModule(ClassSpace space,
BeanScanning scanning) |
Copyright © 2016. All Rights Reserved.