Class 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 Detail

    • Method Detail

      • 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