Package io.quarkus.qute.deployment
Class TemplatePathBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.qute.deployment.TemplatePathBuildItem
public final class TemplatePathBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Represents a template path.
-
Field Details
-
TAGS
- See Also:
-
-
Constructor Details
-
TemplatePathBuildItem
-
-
Method Details
-
getPath
Uses the/path separator.- Returns:
- the path relative to the template root
-
getFullPath
Uses the system-dependent path separator.- Returns:
- the full path of the template
-
isTag
public boolean isTag()- Returns:
trueif it represents a user tag,falseotherwise
-
isRegular
public boolean isRegular() -
getContent
-