Package org.pkl.core.service
Class ExecutorSpiImpl
- java.lang.Object
-
- org.pkl.core.service.ExecutorSpiImpl
-
- All Implemented Interfaces:
org.pkl.executor.spi.v1.ExecutorSpi
public class ExecutorSpiImpl extends java.lang.Object implements org.pkl.executor.spi.v1.ExecutorSpi
-
-
Constructor Summary
Constructors Constructor Description ExecutorSpiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringevaluatePath(java.nio.file.Path modulePath, org.pkl.executor.spi.v1.ExecutorSpiOptions options)java.lang.StringgetPklVersion()
-
-
-
Method Detail
-
getPklVersion
public java.lang.String getPklVersion()
- Specified by:
getPklVersionin interfaceorg.pkl.executor.spi.v1.ExecutorSpi
-
evaluatePath
public java.lang.String evaluatePath(java.nio.file.Path modulePath, org.pkl.executor.spi.v1.ExecutorSpiOptions options)- Specified by:
evaluatePathin interfaceorg.pkl.executor.spi.v1.ExecutorSpi
-
-