Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.internal | |
org.jvnet.hk2.testing.junit |
Modifier and Type | Field and Description |
---|---|
private static ServiceLocatorFactory |
ServiceLocatorFactory.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static ServiceLocatorFactory |
ServiceLocatorFactory.getInstance()
This will return a factory where the ServiceLocatorGenerator
is discovered from the META-INF/services of the process
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceLocatorFactoryImpl
The implementation of the
ServiceLocatorFactory that looks
in the OSGi service registry or the META-INF/services for the implementation
to use. |
Modifier and Type | Field and Description |
---|---|
private static ServiceLocatorFactory |
HK2TestUtilities.factory |