Class SvnMarkReplaced

java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<Void>
org.tmatesoft.svn.core.wc2.SvnMarkReplaced
All Implemented Interfaces:
ISvnOperationOptionsProvider

public class SvnMarkReplaced extends SvnOperation<Void>
Schedules target as being replaced. This method does not perform any deletion\addition in the filesystem nor does it require a connection to the repository. It just marks the current target item as being replaced.
Version:
1.7
Author:
TMate Software Ltd.
  • Constructor Details

  • Method Details

    • isChangesWorkingCopy

      public boolean isChangesWorkingCopy()
      Gets whether the operation changes working copy
      Overrides:
      isChangesWorkingCopy in class SvnOperation<Void>
      Returns:
      true if the operation changes the working copy, otherwise false