Class TemplatePathExcludeBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.qute.deployment.TemplatePathExcludeBuildItem

public final class TemplatePathExcludeBuildItem extends io.quarkus.builder.item.MultiBuildItem
This build item is used to exclude template files found in template roots. Excluded templates are neither parsed nor validated during build and are not available at runtime.

The matched input is the file path relative from the root directory and the / is used as a path separator.

  • Constructor Details

    • TemplatePathExcludeBuildItem

      public TemplatePathExcludeBuildItem(String regexPattern)
  • Method Details

    • getRegexPattern

      public String getRegexPattern()