@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-23T11:51:55.084Z") @Stability(value=Experimental) 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)
(experimental) This method is called before attempting docker bundling to allow the bundler to be executed locally.
|
@Stability(value=Experimental) @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 © 2021. All rights reserved.