org.jvnet.hk2.external.generator
Class ServiceLocatorGeneratorImpl

java.lang.Object
  extended by org.jvnet.hk2.external.generator.ServiceLocatorGeneratorImpl
All Implemented Interfaces:
ServiceLocatorGenerator

public class ServiceLocatorGeneratorImpl
extends Object
implements ServiceLocatorGenerator

Author:
jwells

Constructor Summary
ServiceLocatorGeneratorImpl()
           
 
Method Summary
 ServiceLocator create(String name, ServiceLocator parent)
          Creates the ServiceLocator that will be used to generate the ServiceLocators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocatorGeneratorImpl

public ServiceLocatorGeneratorImpl()
Method Detail

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 create
parent - The parent of the ServiceLocator (can be null)
Returns:
The created ServiceLocator


Copyright © 2013 Oracle Corporation. All Rights Reserved.