Class SearchResults

java.lang.Object
org.apache.maven.index.examples.indexing.SearchResults

public class SearchResults extends Object
This is a convenience class for holding search results mapped by repository.
Author:
mtodorov
  • Constructor Details

    • SearchResults

      public SearchResults()
  • Method Details

    • getResults

      public Map<String,Collection<org.apache.maven.index.ArtifactInfo>> getResults()
    • setResults

      public void setResults(Map<String,Collection<org.apache.maven.index.ArtifactInfo>> results)