public class FSRepresentationCacheUtil
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
FSRepresentationCacheUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
create(java.io.File path) |
private static boolean |
isAvailable() |
static IFSRepresentationCacheManager |
open(FSFS fsfs) |
private static volatile boolean ourIsAvailable
private static final java.lang.String SQLJET_DB_CLASS_NAME
private static final java.lang.String ANTLR_CLASS_NAME
private static IFSRepresentationCacheManagerFactory ourRepCacheManagerFactory
public static IFSRepresentationCacheManager open(FSFS fsfs) throws SVNException
SVNException
public static void create(java.io.File path) throws SVNException
SVNException
private static boolean isAvailable()