Class ServicesPathConfig.Builder
- java.lang.Object
-
- io.thestencil.quarkus.ide.services.ServicesPathConfig.Builder
-
- Enclosing class:
- ServicesPathConfig
public static class ServicesPathConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServicesPathConfig.BuilderarticlesPath(String articlesPath)ServicesPathConfigbuild()ServicesPathConfig.BuilderlinksPath(String linksPath)ServicesPathConfig.BuilderlocalePath(String localePath)ServicesPathConfig.BuilderpagesPath(String pagesPath)ServicesPathConfig.BuilderreleasesPath(String releasesPath)ServicesPathConfig.BuilderservicePath(String servicePath)ServicesPathConfig.BuilderworkflowsPath(String workflowsPath)
-
-
-
Method Detail
-
servicePath
public ServicesPathConfig.Builder servicePath(String servicePath)
-
articlesPath
public ServicesPathConfig.Builder articlesPath(String articlesPath)
-
pagesPath
public ServicesPathConfig.Builder pagesPath(String pagesPath)
-
workflowsPath
public ServicesPathConfig.Builder workflowsPath(String workflowsPath)
-
linksPath
public ServicesPathConfig.Builder linksPath(String linksPath)
-
releasesPath
public ServicesPathConfig.Builder releasesPath(String releasesPath)
-
localePath
public ServicesPathConfig.Builder localePath(String localePath)
-
build
public ServicesPathConfig build()
-
-