Class TagServiceHolder


  • @Singleton
    public class TagServiceHolder
    extends Object
    Loads the tags relations from tags definition files and provides API to query these relations.
    Author:
    Ondrej Zizka, ozizka at redhat.com
    • Constructor Detail

      • TagServiceHolder

        public TagServiceHolder()
    • Method Detail

      • loadTagDefinitions

        @PostConstruct
        public void loadTagDefinitions()
        Loads the tag definitions from the files with a ".tags.xml" suffix from the addons.
      • getTagService

        public TagService getTagService()