@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.894Z") @Stability(value=Experimental) public interface IPythonDeps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPythonDeps.Jsii$Default
Internal default implementation for
IPythonDeps. |
static class |
IPythonDeps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(String spec)
(experimental) Adds a runtime dependency.
|
void |
addDevDependency(String spec)
(experimental) Adds a dev dependency.
|
Task |
getInstallTask()
(experimental) A task that installs and updates dependencies.
|
void |
installDependencies()
(experimental) Installs dependencies (called during post-synthesis).
|
@Stability(value=Experimental) @NotNull Task getInstallTask()
@Stability(value=Experimental)
void addDependency(@NotNull
String spec)
spec - Format `@Stability(value=Experimental)
void addDevDependency(@NotNull
String spec)
spec - Format `@Stability(value=Experimental) void installDependencies()
Copyright © 2021. All rights reserved.