Class WindowsBundledPythonCopier
- java.lang.Object
-
- com.google.cloud.tools.managedcloudsdk.components.WindowsBundledPythonCopier
-
- All Implemented Interfaces:
BundledPythonCopier
public class WindowsBundledPythonCopier extends Object implements BundledPythonCopier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
copyPython()
Copy a cloud sdk bundled python into a temporary directory and return an environment map with the location of that bundled pythonCLOUDSDK_PYTHON:path/to/copied/python
.
-
-
-
Method Detail
-
copyPython
public Map<String,String> copyPython() throws InterruptedException, CommandExitException, CommandExecutionException
Description copied from interface:BundledPythonCopier
Copy a cloud sdk bundled python into a temporary directory and return an environment map with the location of that bundled pythonCLOUDSDK_PYTHON:path/to/copied/python
.- Specified by:
copyPython
in interfaceBundledPythonCopier
- Throws:
InterruptedException
CommandExitException
CommandExecutionException
-
-