Package | Description |
---|---|
org.eclipse.sisu |
Sisu extensions to JSR330.
|
org.eclipse.sisu.launch | |
org.eclipse.sisu.plexus | |
org.eclipse.sisu.space |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BeanScanning |
InjectedTest.scanning() |
BeanScanning |
InjectedTestCase.scanning() |
static BeanScanning |
Main.selectScanning(Map<?,?> properties) |
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.
|
Constructor and Description |
---|
SpaceModule(ClassSpace space,
BeanScanning scanning) |
Copyright © 2013. All rights reserved.