Class SvnPatchTarget

java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchTarget

public class SvnPatchTarget extends SvnTargetContent
  • Field Details

    • MAX_FUZZ

      private static final int MAX_FUZZ
      See Also:
    • absPath

      private File absPath
    • relPath

      private File relPath
    • patchedAbsPath

      private File patchedAbsPath
    • rejectAbsPath

      private File rejectAbsPath
    • moveTargetAbsPath

      private File moveTargetAbsPath
    • filtered

      private boolean filtered
    • skipped

      private boolean skipped
    • hasTextChanges

      private boolean hasTextChanges
    • added

      private boolean added
    • deleted

      private boolean deleted
    • hasPropChanges

      private boolean hasPropChanges
    • propTargets

      private Map<String,SvnPropertiesPatchTarget> propTargets
    • special

      private boolean special
    • replaced

      private boolean replaced
    • locallyDeleted

      private boolean locallyDeleted
    • kindOnDisk

      private SVNNodeKind kindOnDisk
    • dbKind

      private SVNNodeKind dbKind
    • hasLocalModifications

      private boolean hasLocalModifications
    • hadRejects

      private boolean hadRejects
    • hadPropRejects

      private boolean hadPropRejects
    • executable

      private boolean executable
    • canonPathFromPatchfile

      private File canonPathFromPatchfile
    • eolStr

      private String eolStr
    • stream

      private SVNPatchFileStream stream
    • patchedStream

      private SVNPatchFileStream patchedStream
    • rejectStream

      private SVNPatchFileStream rejectStream
  • Constructor Details

    • SvnPatchTarget

      public SvnPatchTarget()
  • Method Details