getNavigationContributors abstract method

List<NavigationContributor> getNavigationContributors(
  1. String path
)

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

Implementation

List<NavigationContributor> getNavigationContributors(String path);