getFoldingContributors abstract method

List<FoldingContributor> getFoldingContributors(
  1. String path
)

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

Implementation

List<FoldingContributor> getFoldingContributors(String path);