Interface IFSRepresentationCacheManagerFactory
-
- All Known Implementing Classes:
FSEmptyRepresentationCacheManagerFactory
,FSRepresentationCacheManagerFactory
public interface IFSRepresentationCacheManagerFactory
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createRepresentationCache(java.io.File path)
IFSRepresentationCacheManager
openRepresentationCache(FSFS fsfs)
-
-
-
Method Detail
-
openRepresentationCache
IFSRepresentationCacheManager openRepresentationCache(FSFS fsfs) throws SVNException
- Throws:
SVNException
-
createRepresentationCache
void createRepresentationCache(java.io.File path) throws SVNException
- Throws:
SVNException
-
-