Package software.amazon.awscdk
Interface ILocalBundling.Jsii$Default
- All Superinterfaces:
ILocalBundling
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ILocalBundling.Jsii$Proxy
- Enclosing interface:
ILocalBundling
Internal default implementation for
ILocalBundling
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.ILocalBundling
ILocalBundling.Jsii$Default, ILocalBundling.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Boolean
tryBundle
(String outputDir, BundlingOptions options) This method is called before attempting docker bundling to allow the bundler to be executed locally.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
tryBundle
@Stability(Stable) @NotNull default Boolean tryBundle(@NotNull String outputDir, @NotNull BundlingOptions options) This method is called before attempting docker bundling to allow the bundler to be executed locally.If the local bundler exists, and bundling was performed locally, return
true
. Otherwise, returnfalse
.- Specified by:
tryBundle
in interfaceILocalBundling
- Parameters:
outputDir
- the directory where the bundled asset should be output. This parameter is required.options
- bundling options for this asset. This parameter is required.
-