Class TemplateFilePathsBuildItem


  • public final class TemplateFilePathsBuildItem
    extends io.quarkus.builder.item.SimpleBuildItem
    Holds all template file paths, including the versions without suffixes configured via QuteConfig.suffixes.

    For example, for the template items.html the set will contain items.html and items.

    • Constructor Detail

      • TemplateFilePathsBuildItem

        public TemplateFilePathsBuildItem​(Set<String> filePaths)
    • Method Detail

      • getFilePaths

        public Set<String> getFilePaths()
      • contains

        public boolean contains​(String path)