Class SvnGetChangelistPaths

java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<T>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<java.lang.String>
org.tmatesoft.svn.core.wc2.SvnGetChangelistPaths
All Implemented Interfaces:
ISvnObjectReceiver<java.lang.String>, ISvnOperationOptionsProvider

public class SvnGetChangelistPaths extends SvnReceivingOperation<java.lang.String>
Gets paths belonging to the specified changelists discovered under the specified targets.

Note: this method does not require repository access. SvnOperation.run() method returns a list of String representing all paths belonging to changelist.

Version:
1.7
  • Constructor Details

  • Method Details

    • getMaximumTargetsCount

      protected int getMaximumTargetsCount()
      Overrides:
      getMaximumTargetsCount in class SvnOperation<java.lang.String>
    • isChangesWorkingCopy

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