Interface ListItemCallback


public interface ListItemCallback
  • Method Summary

    Modifier and Type Method Description
    void doEntry​(DirEntry dirent, Lock lock, String externalParentURL, String externalTarget)
    This method will be called for each directory entry.
  • Method Details

    • doEntry

      void doEntry​(DirEntry dirent, Lock lock, String externalParentURL, String externalTarget)
      This method will be called for each directory entry. If the entry is part of an external, externalParentURL will hold the URL of the external repository and externalTarget will be the target of the external reference in the working copy. Otherwise, both values will be null.