org.eclipse.sisu.inject
Package Index
|
Class Index
org.eclipse.sisu
org.eclipse.sisu.binders
org.eclipse.sisu.containers
org.eclipse.sisu.converters
org.eclipse.sisu.inject
org.eclipse.sisu.locators
org.eclipse.sisu.locators.spi
org.eclipse.sisu.reflect
org.eclipse.sisu.scanners
org.eclipse.sisu.scanners.index
Classes
InjectedTest
InjectedTestCase
Main
SisuActivator
SisuGuice
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public final class
SisuGuice
extends
Object
java.lang.Object
↳
org.eclipse.sisu.containers.SisuGuice
Summary
Public Methods
static
Injector
enhance
(
Injector
injector)
static
BeanLocator
getBeanLocator
()
static void
inject
(
Object
that)
static <T> T
lookup
(
Key
<T> key)
static void
setBeanLocator
(
BeanLocator
locator)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Methods
public static
Injector
enhance
(
Injector
injector)
public static
BeanLocator
getBeanLocator
()
public static void
inject
(
Object
that)
public static T
lookup
(
Key
<T> key)
public static void
setBeanLocator
(
BeanLocator
locator)