Class SvnOldGetChangelistPaths

All Implemented Interfaces:
ISVNCanceller, ISVNChangelistHandler, ISVNEventHandler, ISvnOperationRunner<java.lang.String,SvnGetChangelistPaths>

public class SvnOldGetChangelistPaths extends SvnOldRunner<java.lang.String,SvnGetChangelistPaths> implements ISVNChangelistHandler
  • Constructor Details

    • SvnOldGetChangelistPaths

      public SvnOldGetChangelistPaths()
  • Method Details

    • run

      protected java.lang.String run() throws SVNException
      Specified by:
      run in class SvnOperationRunner<java.lang.String,SvnGetChangelistPaths>
      Throws:
      SVNException
    • handle

      public void handle(java.io.File path, java.lang.String changelistName)
      Description copied from interface: ISVNChangelistHandler
      Handles the next path belonging to changelistName.

      On each invocation, path is a newly discovered member of the changelist named changelistName.

      Specified by:
      handle in interface ISVNChangelistHandler
      Parameters:
      path - working copy path
      changelistName - changelist name