Class SvnWcDbPristines.RemoveUnreferencedPristine
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbPristines.RemoveUnreferencedPristine
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SvnWcDbPristines
private static class SvnWcDbPristines.RemoveUnreferencedPristine extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
pristineAbsPath
(package private) SVNWCDbRoot
root
SvnChecksum
sha1_checksum
-
Constructor Summary
Constructors Modifier Constructor Description private
RemoveUnreferencedPristine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
pristineRemoveFile(boolean ignoreEnoent)
void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
sha1_checksum
public SvnChecksum sha1_checksum
-
pristineAbsPath
public java.io.File pristineAbsPath
-
root
SVNWCDbRoot root
-
-
Method Detail
-
transaction
public void transaction(SVNSqlJetDb db) throws org.tmatesoft.sqljet.core.SqlJetException, SVNException
- Specified by:
transaction
in interfaceSVNSqlJetTransaction
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
SVNException
-
pristineRemoveFile
private void pristineRemoveFile(boolean ignoreEnoent) throws SVNException
- Throws:
SVNException
-
-