Interface IConfigurationSearchResultCollector


  • public interface IConfigurationSearchResultCollector
    Collector interface for search result of Configuration search
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addMatch​(com._1c.g5.v8.dt.internal.search.ui.Match match)
      Adds a Match to this search result.
      void addMatches​(Collection<com._1c.g5.v8.dt.internal.search.ui.Match> matches)
      Adds a number of Matches to this search result.
    • Method Detail

      • addMatch

        void addMatch​(com._1c.g5.v8.dt.internal.search.ui.Match match)
        Adds a Match to this search result. This method does nothing if the match is already present.
        Parameters:
        match - the match to add, cannot be null
      • addMatches

        void addMatches​(Collection<com._1c.g5.v8.dt.internal.search.ui.Match> matches)
        Adds a number of Matches to this search result. This method does nothing for matches that are already present.
        Parameters:
        matches - the matches to add, cannot be null