Package org.jboss.windup.config.tags
Class TagServiceHolder
- java.lang.Object
-
- org.jboss.windup.config.tags.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 Summary
Constructors Constructor Description TagServiceHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagServicegetTagService()voidloadTagDefinitions()Loads the tag definitions from the files with a ".tags.xml" suffix from the addons.
-
-
-
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()
-
-