Class BinManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.BinManagerFactory
-
public class BinManagerFactory extends java.lang.Object
Factory class for IBinManager.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_rcsid
protected static java.lang.String
binManagerName
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IBinManager
make(IThreadContext threadContext)
Create a bin manager handle.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
binManagerName
protected static final java.lang.String binManagerName
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static IBinManager make(IThreadContext threadContext) throws ManifoldCFException
Create a bin manager handle.- Parameters:
threadContext
- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
-