org.apache.turbine.om
Interface RetrieverFactory


public interface RetrieverFactory

Version:
$Id: RetrieverFactory.java,v 1.1.1.1 2001/08/16 05:08:39 jvanzyl Exp $
Author:
John D. McNally

Method Summary
 Retriever getInstance(java.lang.String className)
          Gets an object capable of retrieving objects of type "className"
 

Method Detail

getInstance

public Retriever getInstance(java.lang.String className)
                      throws java.lang.Exception
Gets an object capable of retrieving objects of type "className"
Returns:
the object that matches the key


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.