Class SVNWCContext.UniqueFileInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.UniqueFileInfo
Enclosing class:
SVNWCContext

public static class SVNWCContext.UniqueFileInfo extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    java.io.File
     
    java.io.OutputStream
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • path

      public java.io.File path
    • stream

      public java.io.OutputStream stream
  • Constructor Details

    • UniqueFileInfo

      public UniqueFileInfo()