Class SVNWCDb.SetRevRelpath
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.SetRevRelpath
- All Implemented Interfaces:
SVNSqlJetTransaction
- Enclosing class:
- SVNWCDb
-
Field Summary
FieldsModifier and TypeFieldDescriptionjava.io.File
java.io.File
java.lang.String
long
boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pdh
-
localRelpath
public java.io.File localRelpath -
rev
public long rev -
setReposRelpath
public boolean setReposRelpath -
reposRelpath
public java.io.File reposRelpath -
reposRootUrl
-
reposUuid
public java.lang.String reposUuid
-
-
Constructor Details
-
SetRevRelpath
private SetRevRelpath()
-
-
Method Details
-
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
-