@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-03T17:04:06.311Z") @Stability(value=Experimental) public interface ILocalBundling extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
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=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.
EXPERIMENTAL
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 © 2020. All rights reserved.