Class FSRepresentationCacheUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSRepresentationCacheUtil
-
public class FSRepresentationCacheUtil extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description FSRepresentationCacheUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
create(java.io.File path)
static IFSRepresentationCacheManager
open(FSFS fsfs)
-
-
-
Method Detail
-
open
public static IFSRepresentationCacheManager open(FSFS fsfs) throws SVNException
- Throws:
SVNException
-
create
public static void create(java.io.File path) throws SVNException
- Throws:
SVNException
-
-