java.lang.Object
org.tmatesoft.svn.core.internal.wc.patch.SVNPatch

public class SVNPatch extends Object
Data type to manage parsing of patches.
Version:
1.3
  • Field Details

    • MINUS

      public static final String MINUS
      See Also:
    • PLUS

      public static final String PLUS
      See Also:
    • ATAT

      public static final String ATAT
      See Also:
    • path

      private File path
      Path to the patch file.
    • patchFile

      private SVNPatchFileStream patchFile
      The patch file itself.
    • oldFilename

      private File oldFilename
      The old and new file names as retrieved from the patch file. These paths are UTF-8 encoded and canonicalized, but otherwise left unchanged from how they appeared in the patch file.
    • newFilename

      private File newFilename
    • hunks

      private List hunks
      An array containing an svn_hunk_t object for each hunk parsed from the patch.
  • Constructor Details

    • SVNPatch

      public SVNPatch()
  • Method Details