Class FSRepresentationCacheUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSRepresentationCacheUtil
-
public class FSRepresentationCacheUtil extends java.lang.Object
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ANTLR_CLASS_NAME
private static boolean
ourIsAvailable
private static IFSRepresentationCacheManagerFactory
ourRepCacheManagerFactory
private static java.lang.String
SQLJET_DB_CLASS_NAME
-
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)
private static boolean
isAvailable()
static IFSRepresentationCacheManager
open(FSFS fsfs)
-
-
-
Field Detail
-
ourIsAvailable
private static volatile boolean ourIsAvailable
-
SQLJET_DB_CLASS_NAME
private static final java.lang.String SQLJET_DB_CLASS_NAME
- See Also:
- Constant Field Values
-
ANTLR_CLASS_NAME
private static final java.lang.String ANTLR_CLASS_NAME
- See Also:
- Constant Field Values
-
ourRepCacheManagerFactory
private static IFSRepresentationCacheManagerFactory ourRepCacheManagerFactory
-
-
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
-
isAvailable
private static boolean isAvailable()
-
-