Package org.jvnet.hk2.external.generator
Class ServiceLocatorGeneratorImpl
java.lang.Object
org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- All Implemented Interfaces:
ServiceLocatorGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(String name, ServiceLocator parent) Creates the ServiceLocator that will be used to generate the ServiceLocatorsprivate ServiceLocatorImpl
initialize
(String name, ServiceLocator parent) toString()
-
Constructor Details
-
ServiceLocatorGeneratorImpl
public ServiceLocatorGeneratorImpl()
-
-
Method Details
-
initialize
-
create
Description copied from interface:ServiceLocatorGenerator
Creates the ServiceLocator that will be used to generate the ServiceLocators- Specified by:
create
in interfaceServiceLocatorGenerator
- Parameters:
name
- The name of the ServiceLocator to createparent
- The parent of the ServiceLocator (can be null)- Returns:
- The created ServiceLocator
-
toString
-