Package io.github.cdklabs.projen.python
Class VenvOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.python.VenvOptions.Jsii$Proxy
-
- All Implemented Interfaces:
VenvOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VenvOptions
@Stability(Experimental) @Internal public static final class VenvOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VenvOptions
An implementation forVenvOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.python.VenvOptions
VenvOptions.Builder, VenvOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VenvOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theVenvOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEnvdir()(experimental) Name of directory to store the environment in.StringgetPythonExec()(experimental) Path to the python executable to use.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VenvOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theVenvOptions.Builder.
-
-
Method Detail
-
getEnvdir
public final String getEnvdir()
Description copied from interface:VenvOptions(experimental) Name of directory to store the environment in.Default: ".env"
- Specified by:
getEnvdirin interfaceVenvOptions
-
getPythonExec
public final String getPythonExec()
Description copied from interface:VenvOptions(experimental) Path to the python executable to use.Default: "python"
- Specified by:
getPythonExecin interfaceVenvOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-