@Internal public static interface ILocalBundling.Jsii$Default extends ILocalBundling
ILocalBundling.ILocalBundling.Jsii$Default, ILocalBundling.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default 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 default 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 ILocalBundlingoutputDir - 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.