Class DevTemplatePathBuildItem


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

      • DevTemplatePathBuildItem

        public DevTemplatePathBuildItem​(String path,
                                        String contents)
    • Method Detail

      • getPath

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

        public String getContents()
        Returns the template contents
        Returns:
        the template contents
      • isTag

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

        public boolean isRegular()
      • getTagName

        public String getTagName()