Package help

Interface TOCItemProvider

All Known Implementing Classes:
HelpModuleCollection

public interface TOCItemProvider
An interface that allows us to perform dependency injection in the testing environment
  • Method Details

    • getExternalTocItemsById

      Map<String,TOCItemExternal> getExternalTocItemsById()
      Returns all external TOC items referenced by this provider
      Returns:
      the items
    • getTocDefinitionsByID

      Map<String,TOCItemDefinition> getTocDefinitionsByID()
      Returns all TOC items defined by this provider
      Returns:
      the items