| Modifier and Type | Class and Description |
|---|---|
static class |
AssemblyManifest.Jsii$Proxy
An implementation for
AssemblyManifest |
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest |
AssemblyManifest.Builder.build()
Builds the configured instance.
|
static AssemblyManifest |
Manifest.load(String filePath)
Deprecated.
use `loadAssemblyManifest()`
|
static AssemblyManifest |
Manifest.loadAssemblyManifest(String filePath)
Load and validates the cloud assembly manifest from file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Manifest.save(AssemblyManifest manifest,
String filePath)
Deprecated.
use `saveAssemblyManifest()`
|
static void |
Manifest.saveAssemblyManifest(AssemblyManifest manifest,
String filePath)
Validates and saves the cloud assembly manifest to file.
|
Copyright © 2021. All rights reserved.