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.FilepristineAbsPath(package private) SVNWCDbRootrootSvnChecksumsha1_checksum
-
Constructor Summary
Constructors Modifier Constructor Description privateRemoveUnreferencedPristine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidpristineRemoveFile(boolean ignoreEnoent)voidtransaction(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:
transactionin interfaceSVNSqlJetTransaction- Throws:
org.tmatesoft.sqljet.core.SqlJetExceptionSVNException
-
pristineRemoveFile
private void pristineRemoveFile(boolean ignoreEnoent) throws SVNException- Throws:
SVNException
-
-