| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| io.github.cdklabs.projen.java | |
| io.github.cdklabs.projen.python |
| Modifier and Type | Class and Description |
|---|---|
static class |
Dependency.Jsii$Proxy
An implementation for
Dependency |
| 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 |
Dependency.Builder.build()
Builds the configured instance.
|
Dependency |
Dependencies.getDependency(String name)
(experimental) Returns a dependency by name.
|
Dependency |
Dependencies.getDependency(String name,
DependencyType type)
(experimental) Returns a dependency by name.
|
Dependency |
Dependencies.tryGetDependency(String name)
(experimental) Returns a dependency by name.
|
Dependency |
Dependencies.tryGetDependency(String name,
DependencyType type)
(experimental) Returns a dependency by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
Dependencies.getAll()
(experimental) A copy of all dependencies recorded for this project.
|
List<Dependency> |
DepsManifest.getDependencies()
(experimental) All dependencies of this module.
|
List<Dependency> |
DepsManifest.Jsii$Proxy.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
DepsManifest.Builder |
DepsManifest.Builder.dependencies(List<? extends Dependency> dependencies)
Sets the value of
DepsManifest.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Pom.addPlugin(String spec)
(experimental) Adds a build plugin to the pom.
|
Dependency |
JavaProject.addPlugin(String spec)
(experimental) Adds a build plugin to the pom.
|
Dependency |
Pom.addPlugin(String spec,
PluginOptions options)
(experimental) Adds a build plugin to the pom.
|
Dependency |
JavaProject.addPlugin(String spec,
PluginOptions options)
(experimental) Adds a build plugin to the pom.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
IPackageProvider.getPackages()
(experimental) An array of packages (may be dynamically generated).
|
List<Dependency> |
IPackageProvider.Jsii$Proxy.getPackages()
(experimental) An array of packages (may be dynamically generated).
|
default List<Dependency> |
IPackageProvider.Jsii$Default.getPackages()
(experimental) An array of packages (may be dynamically generated).
|
Copyright © 2021. All rights reserved.