Interface ISVNChangelistHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.io.File path, java.lang.String changelistName)
      Handles the next path belonging to changelistName.
    • Method Detail

      • 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