Class IDEServicesBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.thestencil.quarkus.ide.services.IDEServicesBuildItem
-
public final class IDEServicesBuildItem extends io.quarkus.builder.item.SimpleBuildItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIDEServicesBuildItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IDEServicesBuildItem.Builderbuilder(String servicePath)StringgetArticlesPath()StringgetLinksPath()StringgetLocalePath()StringgetMigrationPath()StringgetPagesPath()StringgetReleasesPath()StringgetServicePath()StringgetTemplatesPath()StringgetVersionPath()StringgetWorkflowsPath()
-
-
-
Method Detail
-
getMigrationPath
public String getMigrationPath()
-
getServicePath
public String getServicePath()
-
getArticlesPath
public String getArticlesPath()
-
getPagesPath
public String getPagesPath()
-
getWorkflowsPath
public String getWorkflowsPath()
-
getLinksPath
public String getLinksPath()
-
getReleasesPath
public String getReleasesPath()
-
getLocalePath
public String getLocalePath()
-
getTemplatesPath
public String getTemplatesPath()
-
getVersionPath
public String getVersionPath()
-
builder
public static IDEServicesBuildItem.Builder builder(String servicePath)
-
-