getOccurrencesContributors abstract method

List<OccurrencesContributor> getOccurrencesContributors(
  1. String path
)

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

Implementation

List<OccurrencesContributor> getOccurrencesContributors(String path);