getEntryContributors abstract method

List<EntryContributor> getEntryContributors(
  1. String path
)

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

Implementation

List<EntryContributor> getEntryContributors(String path);