Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.internal |
Modifier and Type | Method and Description |
---|---|
static ServiceLocatorFactory.CreatePolicy |
ServiceLocatorFactory.CreatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceLocatorFactory.CreatePolicy[] |
ServiceLocatorFactory.CreatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract ServiceLocator |
ServiceLocatorFactory.create(String name,
ServiceLocator parent,
ServiceLocatorGenerator generator,
ServiceLocatorFactory.CreatePolicy policy)
Creates a ServiceLocator.
|
Modifier and Type | Method and Description |
---|---|
ServiceLocator |
ServiceLocatorFactoryImpl.create(String name,
ServiceLocator parent,
ServiceLocatorGenerator generator,
ServiceLocatorFactory.CreatePolicy policy) |
Copyright © 2009–2019 Oracle Corporation. All rights reserved.