@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.862Z") @Stability(value=Stable) public class Manifest extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Manifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Manifest(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyManifest |
loadAssemblyManifest(String filePath)
Load and validates the cloud assembly manifest from file.
|
static AssemblyManifest |
loadAssemblyManifest(String filePath,
LoadManifestOptions options)
Load and validates the cloud assembly manifest from file.
|
static AssetManifest |
loadAssetManifest(String filePath)
Load and validates the asset manifest from file.
|
static IntegManifest |
loadIntegManifest(String filePath)
Load and validates the integ manifest from file.
|
static void |
saveAssemblyManifest(AssemblyManifest manifest,
String filePath)
Validates and saves the cloud assembly manifest to file.
|
static void |
saveAssetManifest(AssetManifest manifest,
String filePath)
Validates and saves the asset manifest to file.
|
static void |
saveIntegManifest(IntegManifest manifest,
String filePath)
Validates and saves the integ manifest to file.
|
static String |
version()
Fetch the current schema version number.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Manifest(software.amazon.jsii.JsiiObjectRef objRef)
protected Manifest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static AssemblyManifest loadAssemblyManifest(@NotNull String filePath, @Nullable LoadManifestOptions options)
filePath - - path to the manifest file. This parameter is required.options - @Stability(value=Stable) @NotNull public static AssemblyManifest loadAssemblyManifest(@NotNull String filePath)
filePath - - path to the manifest file. This parameter is required.@Stability(value=Stable) @NotNull public static AssetManifest loadAssetManifest(@NotNull String filePath)
filePath - - path to the manifest file. This parameter is required.@Stability(value=Stable) @NotNull public static IntegManifest loadIntegManifest(@NotNull String filePath)
filePath - - path to the manifest file. This parameter is required.@Stability(value=Stable)
public static void saveAssemblyManifest(@NotNull
AssemblyManifest manifest,
@NotNull
String filePath)
manifest - - manifest. This parameter is required.filePath - - output file path. This parameter is required.@Stability(value=Stable)
public static void saveAssetManifest(@NotNull
AssetManifest manifest,
@NotNull
String filePath)
manifest - - manifest. This parameter is required.filePath - - output file path. This parameter is required.@Stability(value=Stable)
public static void saveIntegManifest(@NotNull
IntegManifest manifest,
@NotNull
String filePath)
manifest - - manifest. This parameter is required.filePath - - output file path. This parameter is required.@Stability(value=Stable) @NotNull public static String version()
Copyright © 2022. All rights reserved.