public class ServiceLocatorGeneratorImpl extends Object implements ServiceLocatorGenerator
| Constructor and Description |
|---|
ServiceLocatorGeneratorImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator |
create(String name,
ServiceLocator parent)
Creates the ServiceLocator that will be used to
generate the ServiceLocators
|
public ServiceLocator create(String name, ServiceLocator parent)
ServiceLocatorGeneratorcreate in interface ServiceLocatorGeneratorname - The name of the ServiceLocator to createparent - The parent of the ServiceLocator (can be null)Copyright © 2013 Oracle Corporation. All rights reserved.