Package io.quarkus.qute.deployment
Class TemplateRootsBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.qute.deployment.TemplateRootsBuildItem
public final class TemplateRootsBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
implements Iterable<String>
The set of template root paths.
-
Constructor Details
-
TemplateRootsBuildItem
-
-
Method Details
-
getPaths
-
iterator
-
isRoot
The path must be relative to the resource root.- Parameters:
path-- Returns:
trueis the given path represents a template root,falseotherwise
-
maybeRoot
The path must be relative to the resource root.- Parameters:
path-- Returns:
trueis the given path may represent a template root,falseotherwise
-