Class SVNWCDb.SetRevRelpath
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.SetRevRelpath
-
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
private class SVNWCDb.SetRevRelpath extends java.lang.Object implements SVNSqlJetTransaction
-
-
Field Summary
Fields Modifier and Type Field Description java.io.File
localRelpath
SVNWCDbDir
pdh
java.io.File
reposRelpath
SVNURL
reposRootUrl
java.lang.String
reposUuid
long
rev
boolean
setReposRelpath
-
Constructor Summary
Constructors Modifier Constructor Description private
SetRevRelpath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transaction(SVNSqlJetDb db)
-
-
-
Field Detail
-
pdh
public SVNWCDbDir pdh
-
localRelpath
public java.io.File localRelpath
-
rev
public long rev
-
setReposRelpath
public boolean setReposRelpath
-
reposRelpath
public java.io.File reposRelpath
-
reposRootUrl
public SVNURL reposRootUrl
-
reposUuid
public java.lang.String reposUuid
-
-
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
-
-