Class ServiceLocatorGeneratorImpl
java.lang.Object
org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- All Implemented Interfaces:
ServiceLocatorGenerator
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, ServiceLocator parent) Creates the ServiceLocator that will be used to generate the ServiceLocatorstoString()
-
Constructor Details
-
ServiceLocatorGeneratorImpl
public ServiceLocatorGeneratorImpl()
-
-
Method Details
-
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
-