Package io.quarkus.qute.deployment
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TemplatePathExcludeBuildItem
-
-
Method Details
-
getRegexPattern
-