Class SVNWCDb.IsSwitched

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.IsSwitched
All Implemented Interfaces:
SVNSqlJetTransaction
Enclosing class:
SVNWCDb

private class SVNWCDb.IsSwitched extends java.lang.Object implements SVNSqlJetTransaction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
     
    private java.io.File
     
    private SVNWCDbRoot
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wcRoot

      private SVNWCDbRoot wcRoot
    • localRelPath

      private java.io.File localRelPath
    • isSwitched

      private boolean isSwitched
    • kind

      private ISVNWCDb.SVNWCDbKind kind
  • Constructor Details

    • IsSwitched

      private IsSwitched()
  • Method Details