Class SVNWCClient16.LockInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.LockInfo
- Enclosing class:
- SVNWCClient16
private static class SVNWCClient16.LockInfo
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.io.File
private SVNRevision
private java.lang.String
-
Constructor Summary
ConstructorsConstructorDescriptionLockInfo
(java.io.File file, java.lang.String token) LockInfo
(java.io.File file, SVNRevision rev) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myFile
private java.io.File myFile -
myRevision
-
myToken
private java.lang.String myToken
-
-
Constructor Details
-
LockInfo
-
LockInfo
public LockInfo(java.io.File file, java.lang.String token)
-