org.jvnet.hk2.external.generator
Class ServiceLocatorGeneratorImpl
java.lang.Object
org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
- All Implemented Interfaces:
- ServiceLocatorGenerator
public class ServiceLocatorGeneratorImpl
- extends Object
- implements ServiceLocatorGenerator
- Author:
- jwells
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLocatorGeneratorImpl
public ServiceLocatorGeneratorImpl()
create
public ServiceLocator create(String name,
ServiceLocator parent)
- Description copied from interface:
ServiceLocatorGenerator
- Creates the ServiceLocator that will be used to
generate the ServiceLocators
- Specified by:
create
in interface ServiceLocatorGenerator
- Parameters:
name
- The name of the ServiceLocator to createparent
- The parent of the ServiceLocator (can be null)
- Returns:
- The created ServiceLocator
Copyright © 2013 Oracle Corporation. All Rights Reserved.