Class IDEServicesProducer
- java.lang.Object
-
- io.thestencil.quarkus.ide.services.IDEServicesProducer
-
@ApplicationScoped public class IDEServicesProducer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIDEServicesProducer.RegisterGuava
-
Constructor Summary
Constructors Constructor Description IDEServicesProducer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcleanPath(String value)IDEServicesProducer.RegisterGuavaregisterGuava()IDEServicesProducersetArticlesPath(String articlesPath)IDEServicesProducersetLinksPath(String linksPath)IDEServicesProducersetLocalePath(String localePath)IDEServicesProducersetMigrationPath(String migrationPath)IDEServicesProducersetPagesPath(String pagesPath)IDEServicesProducersetReleasesPath(String releasesPath)IDEServicesProducersetRuntimeConfig(RuntimeConfig runtimeConfig)IDEServicesProducersetServicePath(String servicePath)IDEServicesProducersetWorkflowsPath(String workflowsPath)HandlerContextstencilIdeServicesContext(io.vertx.mutiny.core.Vertx vertx, com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.vertx.mutiny.pgclient.PgPool pgPool)
-
-
-
Method Detail
-
setRuntimeConfig
public IDEServicesProducer setRuntimeConfig(RuntimeConfig runtimeConfig)
-
registerGuava
@Produces @ApplicationScoped public IDEServicesProducer.RegisterGuava registerGuava()
-
stencilIdeServicesContext
@Produces @ApplicationScoped public HandlerContext stencilIdeServicesContext(io.vertx.mutiny.core.Vertx vertx, com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.vertx.mutiny.pgclient.PgPool pgPool)
-
setServicePath
public IDEServicesProducer setServicePath(String servicePath)
-
setArticlesPath
public IDEServicesProducer setArticlesPath(String articlesPath)
-
setPagesPath
public IDEServicesProducer setPagesPath(String pagesPath)
-
setWorkflowsPath
public IDEServicesProducer setWorkflowsPath(String workflowsPath)
-
setLinksPath
public IDEServicesProducer setLinksPath(String linksPath)
-
setReleasesPath
public IDEServicesProducer setReleasesPath(String releasesPath)
-
setLocalePath
public IDEServicesProducer setLocalePath(String localePath)
-
setMigrationPath
public IDEServicesProducer setMigrationPath(String migrationPath)
-
-