public class ServiceLocatorGeneratorImpl extends java.lang.Object implements ServiceLocatorGenerator
Constructor and Description |
---|
ServiceLocatorGeneratorImpl() |
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
|
private ServiceLocatorImpl |
initialize(java.lang.String name,
ServiceLocator parent) |
java.lang.String |
toString() |
private ServiceLocatorImpl initialize(java.lang.String name, ServiceLocator parent)
public ServiceLocator create(java.lang.String name, ServiceLocator parent)
ServiceLocatorGenerator
create
in interface ServiceLocatorGenerator
name
- The name of the ServiceLocator to createparent
- The parent of the ServiceLocator (can be null)public java.lang.String toString()
toString
in class java.lang.Object