Class 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.String evaluatePath​(java.nio.file.Path modulePath, org.pkl.executor.spi.v1.ExecutorSpiOptions options)  
      java.lang.String getPklVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutorSpiImpl

        public ExecutorSpiImpl()
    • Method Detail

      • getPklVersion

        public java.lang.String getPklVersion()
        Specified by:
        getPklVersion in interface org.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:
        evaluatePath in interface org.pkl.executor.spi.v1.ExecutorSpi