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