Class TemplatePathBuildItem


  • public final class TemplatePathBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Represents a template path.
    • Constructor Detail

      • TemplatePathBuildItem

        public TemplatePathBuildItem​(String path,
                                     Path fullPath,
                                     String content)
    • Method Detail

      • getPath

        public String getPath()
        Uses the / path separator.
        Returns:
        the path relative to the template root
      • getFullPath

        public Path getFullPath()
        Uses the system-dependent path separator.
        Returns:
        the full path of the template
      • isTag

        public boolean isTag()
        Returns:
        true if it represents a user tag, false otherwise
      • isRegular

        public boolean isRegular()
      • getContent

        public String getContent()