Class FSRepresentationCacheManagerFactory
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.repcache.FSRepresentationCacheManagerFactory
-
- All Implemented Interfaces:
IFSRepresentationCacheManagerFactory
public class FSRepresentationCacheManagerFactory extends java.lang.Object implements IFSRepresentationCacheManagerFactory
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description FSRepresentationCacheManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createRepresentationCache(java.io.File path)
IFSRepresentationCacheManager
openRepresentationCache(FSFS fsfs)
-
-
-
Method Detail
-
createRepresentationCache
public void createRepresentationCache(java.io.File path) throws SVNException
- Specified by:
createRepresentationCache
in interfaceIFSRepresentationCacheManagerFactory
- Parameters:
path
-- Throws:
SVNException
-
openRepresentationCache
public IFSRepresentationCacheManager openRepresentationCache(FSFS fsfs) throws SVNException
- Specified by:
openRepresentationCache
in interfaceIFSRepresentationCacheManagerFactory
- Parameters:
fsfs
-- Returns:
- Throws:
SVNException
-
-