Interface ISVNChangelistHandler

All Known Implementing Classes:
SvnNgGetChangelistPaths, SvnOldGetChangelistPaths

public interface ISVNChangelistHandler
The ISVNChangelistHandler is an interface for handlers used in changelist retrieval methods of SVNChangelistClient.
Since:
1.2
Version:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(java.io.File path, java.lang.String changelistName)
    Handles the next path belonging to changelistName.
  • Method Details

    • handle

      void handle(java.io.File path, java.lang.String changelistName)
      Handles the next path belonging to changelistName.

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

      Parameters:
      path - working copy path
      changelistName - changelist name