Interface ILocalBundling.Jsii$Default

All Superinterfaces:
ILocalBundling, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ILocalBundling.Jsii$Proxy
Enclosing interface:
ILocalBundling

@Internal public static interface ILocalBundling.Jsii$Default extends ILocalBundling
Internal default implementation for ILocalBundling.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.ILocalBundling

    ILocalBundling.Jsii$Default, ILocalBundling.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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, return false.

      Specified by:
      tryBundle in interface ILocalBundling
      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.