Class SVNPatchTargetInfo


  • public class SVNPatchTargetInfo
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      SVNPatchTargetInfo​(java.io.File localAbsPath, boolean deleted)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getLocalAbsPath()  
      boolean isDeleted()  
      • Methods inherited from class java.lang.Object

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

      • localAbsPath

        private final java.io.File localAbsPath
      • deleted

        private final boolean deleted
    • Constructor Detail

      • SVNPatchTargetInfo

        public SVNPatchTargetInfo​(java.io.File localAbsPath,
                                  boolean deleted)
    • Method Detail

      • getLocalAbsPath

        public java.io.File getLocalAbsPath()
      • isDeleted

        public boolean isDeleted()