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

    Fields
    Modifier and Type
    Field
    Description
    private java.io.File
     
    private SVNRevision
     
    private java.lang.String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LockInfo(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

      private SVNRevision myRevision
    • myToken

      private java.lang.String myToken
  • Constructor Details

    • LockInfo

      public LockInfo(java.io.File file, SVNRevision rev)
    • LockInfo

      public LockInfo(java.io.File file, java.lang.String token)