public interface NodeJSConfigCacheSafeOperations
NodeJS methods that an extension should implement.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static NodeJSConfigCacheSafeOperations |
from(NodeJSConfigCacheSafeOperations other) |
|
public Provider<java.util.Map<String, String>> |
getEnvironmentProvider()Environment for running the exe |
|
public Provider<File> |
getExecutable()A provider for a resolved executable. |
|
public Provider<File> |
getNpmCliJsProvider()Resolves a path to a npm executable that is associated with the configured Node.js. |
Environment for running the exe
Calling this will resolve all lazy-values in the variable map.