getOutlineContributors abstract method

List<OutlineContributor> getOutlineContributors(
  1. String path
)

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

Implementation

List<OutlineContributor> getOutlineContributors(String path);