Class AllTagsPageCollection

    • Constructor Detail

      • AllTagsPageCollection

        public AllTagsPageCollection​(List<Report> reports,
                                     String pageTitle)
        Constructor.
        Parameters:
        reports - The Report list.
        pageTitle - The page title.
    • Method Detail

      • getTags

        public Set<Tag> getTags()
        Get all tags.
        Returns:
        The Tag set.
      • getTotalNumberOfTags

        public int getTotalNumberOfTags()
        Get the number of tags.
        Returns:
        The count.