@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-28T18:14:31.995Z") @Stability(value=Stable) public interface ILocalBundling extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static interface |
ILocalBundling.Jsii$Default
Internal default implementation for
ILocalBundling . |
static class |
ILocalBundling.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
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.
|
@Stability(value=Stable) @NotNull Boolean tryBundle(@NotNull String outputDir, @NotNull BundlingOptions options)
If the local bundler exists, and bundling
was performed locally, return true
. Otherwise, return false
.
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.