Interface HtmlResultProvider
-
- All Known Implementing Classes:
JfrHtmlRulesReport.SimpleResultProvider
public interface HtmlResultProvider
Associates topics with results. Where the results are coming from depends on the implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Result>
getResults(java.util.Collection<java.lang.String> topics)
-
-
-
Method Detail
-
getResults
java.util.Collection<Result> getResults(java.util.Collection<java.lang.String> topics)
- Parameters:
topics
- A collection of topics to get results for. The implementation may handle special wildcard topics like the empty string.- Returns:
- a collection with all known results associated with the provided topics
-
-