public final class DevTemplatePathBuildItem
extends io.quarkus.builder.item.MultiBuildItem
| Constructor and Description |
|---|
DevTemplatePathBuildItem(String path,
String contents) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContents()
Returns the template contents
|
String |
getPath()
Uses the
/ path separator. |
String |
getTagName() |
boolean |
isRegular() |
boolean |
isTag() |
static final String TAGS
public String getPath()
/ path separator.public String getContents()
public boolean isTag()
true if it represents a user tag, false otherwisepublic boolean isRegular()
public String getTagName()
Copyright © 2021 JBoss by Red Hat. All rights reserved.