@Internal public static final class ILocalBundling.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ILocalBundling.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationMode
ILocalBundling.Jsii$Default, ILocalBundling.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
Boolean |
tryBundle(String outputDir,
BundlingOptions options)
This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) @NotNull public final Boolean tryBundle(@NotNull String outputDir, @NotNull BundlingOptions options)
If the local bundler exists, and bundling
was performed locally, return true
. Otherwise, return false
.
tryBundle
in interface ILocalBundling
tryBundle
in interface ILocalBundling.Jsii$Default
outputDir
- the directory where the bundled asset should be output. This parameter is required.options
- bundling options for this asset. This parameter is required.Copyright © 2022. All rights reserved.