getAssistContributors abstract method

List<AssistContributor> getAssistContributors(
  1. String path
)

Return a list containing the assist contributors that should be used to create assists for the file with the given path.

Implementation

List<AssistContributor> getAssistContributors(String path);