Class IDEServicesContext
- java.lang.Object
-
- io.thestencil.quarkus.ide.services.IDEServicesContext
-
public class IDEServicesContext extends Object
-
-
Constructor Summary
Constructors Constructor Description IDEServicesContext(io.thestencil.persistence.api.ZoePersistence client, ServicesPathConfig paths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.thestencil.persistence.api.ZoePersistencegetClient()ServicesPathConfiggetPaths()
-
-
-
Constructor Detail
-
IDEServicesContext
public IDEServicesContext(io.thestencil.persistence.api.ZoePersistence client, ServicesPathConfig paths)
-
-
Method Detail
-
getClient
public io.thestencil.persistence.api.ZoePersistence getClient()
-
getPaths
public ServicesPathConfig getPaths()
-
-