| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| io.github.cdklabs.projen.awscdk |
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
Dependency.getType()
(experimental) Which type of dependency this is (runtime, build-time, etc).
|
DependencyType |
Dependency.Jsii$Proxy.getType() |
static DependencyType |
DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependencies.addDependency(String spec,
DependencyType type)
(experimental) Adds a dependency to this project.
|
Dependency |
Dependencies.addDependency(String spec,
DependencyType type,
Map<String,Object> metadata)
(experimental) Adds a dependency to this project.
|
Dependency |
Dependencies.getDependency(String name,
DependencyType type)
(experimental) Returns a dependency by name.
|
void |
Dependencies.removeDependency(String name,
DependencyType type)
(experimental) Removes a dependency.
|
Dependency |
Dependencies.tryGetDependency(String name,
DependencyType type)
(experimental) Returns a dependency by name.
|
Dependency.Builder |
Dependency.Builder.type(DependencyType type)
Sets the value of
Dependency.getType() |
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
AwsCdkDepsOptions.getDependencyType()
(experimental) The type of dependency to use for runtime AWS CDK and `constructs` modules.
|
DependencyType |
AwsCdkDepsOptions.Jsii$Proxy.getDependencyType() |
| Modifier and Type | Method and Description |
|---|---|
AwsCdkDeps.Builder |
AwsCdkDeps.Builder.dependencyType(DependencyType dependencyType)
(experimental) The type of dependency to use for runtime AWS CDK and `constructs` modules.
|
AwsCdkDepsOptions.Builder |
AwsCdkDepsOptions.Builder.dependencyType(DependencyType dependencyType)
Sets the value of
AwsCdkDepsOptions.getDependencyType() |
Copyright © 2021. All rights reserved.