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 ServiceLocatorImplinitialize(String name, ServiceLocator parent) toString()
-
Constructor Details
-
ServiceLocatorGeneratorImpl
public ServiceLocatorGeneratorImpl()
-
-
Method Details
-
initialize
-
create
Description copied from interface:ServiceLocatorGeneratorCreates the ServiceLocator that will be used to generate the ServiceLocators- Specified by:
createin interfaceServiceLocatorGenerator- Parameters:
name- The name of the ServiceLocator to createparent- The parent of the ServiceLocator (can be null)- Returns:
- The created ServiceLocator
-
toString
-