Class FSEmptyRepresentationCacheManager
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.repcache.FSEmptyRepresentationCacheManager
-
- All Implemented Interfaces:
IFSRepresentationCacheManager
public class FSEmptyRepresentationCacheManager extends java.lang.Object implements IFSRepresentationCacheManager
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description FSEmptyRepresentationCacheManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
FSRepresentation
getRepresentationByHash(java.lang.String hash)
void
insert(FSRepresentation representation, boolean rejectDup)
void
runReadTransaction(IFSSqlJetTransaction transaction)
void
runWriteTransaction(IFSSqlJetTransaction transaction)
-
-
-
Method Detail
-
close
public void close() throws SVNException
- Specified by:
close
in interfaceIFSRepresentationCacheManager
- Throws:
SVNException
-
getRepresentationByHash
public FSRepresentation getRepresentationByHash(java.lang.String hash) throws SVNException
- Specified by:
getRepresentationByHash
in interfaceIFSRepresentationCacheManager
- Parameters:
hash
-- Returns:
- Throws:
SVNException
-
insert
public void insert(FSRepresentation representation, boolean rejectDup) throws SVNException
- Specified by:
insert
in interfaceIFSRepresentationCacheManager
- Parameters:
representation
-rejectDup
-- Throws:
SVNException
-
runWriteTransaction
public void runWriteTransaction(IFSSqlJetTransaction transaction) throws SVNException
- Specified by:
runWriteTransaction
in interfaceIFSRepresentationCacheManager
- Parameters:
transaction
-- Throws:
SVNException
-
runReadTransaction
public void runReadTransaction(IFSSqlJetTransaction transaction) throws SVNException
- Specified by:
runReadTransaction
in interfaceIFSRepresentationCacheManager
- Throws:
SVNException
-
-