Package 

Class ExecRunnerKt

  • All Implemented Interfaces:

    
    public final class ExecRunnerKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Map<String, String> computeEnvironment(ExecConfiguration execConfiguration) Helper function that will calculate the environment variables that should be used.
      final static File computeWorkingDir(DirectoryProperty nodeProjectDir, ExecConfiguration execConfiguration)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • computeEnvironment

         final static Map<String, String> computeEnvironment(ExecConfiguration execConfiguration)

        Helper function that will calculate the environment variables that should be used.

        This is operating-system aware and will check Path and PATH in additionalBinPaths on Windows

        Parameters:
        execConfiguration - configuration to get environment variables from