Class ServiceLocatorGeneratorImpl

    • Constructor Detail

      • ServiceLocatorGeneratorImpl

        public ServiceLocatorGeneratorImpl()
    • Method Detail

      • create

        public ServiceLocator create​(java.lang.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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object