Package org.apache.turbine.om
Interface RetrieverFactory
- 
@Deprecated public interface RetrieverFactory
Deprecated.cft. deprecation comment inOMTool.A factory that can provide retrievers- Version:
 - $Id$
 - Author:
 - John D. McNally
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RetrievergetInstance(String className)Deprecated.Gets an object capable of retrieving objects of type "className" 
 - 
 
- 
- 
Method Detail
- 
getInstance
Retriever getInstance(String className) throws Exception
Deprecated.Gets an object capable of retrieving objects of type "className" 
 - 
 
 -