Interface RetrieverFactory

    • Method Detail

      • getInstance

        Retriever getInstance​(String className)
                       throws Exception
        Deprecated.
        Gets an object capable of retrieving objects of type "className"
        Parameters:
        className - the class name of the Retriever implementation
        Returns:
        the Retriever instance
        Throws:
        Exception - if the instance could not be provided