Class AgentFactory
- java.lang.Object
 - 
- org.apache.manifoldcf.agents.interfaces.AgentFactory
 
 
- 
public class AgentFactory extends java.lang.ObjectThis is the agent class factory. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAgentmake(java.lang.String className)Make an agent, given a class name. 
 - 
 
- 
- 
Field Detail
- 
_rcsid
public static final java.lang.String _rcsid
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
make
public static IAgent make(java.lang.String className) throws ManifoldCFException
Make an agent, given a class name.- Parameters:
 className- is the agent class name.- Returns:
 - the agent.
 - Throws:
 ManifoldCFException
 
 - 
 
 -