public interface ServiceLocatorGenerator
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator |
create(java.lang.String name,
ServiceLocator parent)
Creates the ServiceLocator that will be used to
generate the ServiceLocators
|
ServiceLocator create(java.lang.String name, ServiceLocator parent)
name - The name of the ServiceLocator to createparent - The parent of the ServiceLocator (can be null)Copyright © 2013 Oracle Corporation. All Rights Reserved.