Class ServicesPathConfig
- java.lang.Object
-
- io.thestencil.quarkus.ide.services.ServicesPathConfig
-
public class ServicesPathConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServicesPathConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServicesPathConfig.Builderbuilder()StringgetArticlesPath()StringgetLinksPath()StringgetLocalePath()StringgetPagesPath()StringgetReleasesPath()StringgetServicePath()StringgetWorkflowsPath()
-
-
-
Method Detail
-
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()
-
builder
public static ServicesPathConfig.Builder builder()
-
-