Skip to content

ILocalBundling

Local bundling.

Methods

Name Description
tryBundle This method is called before attempting docker bundling to allow the bundler to be executed locally.

tryBundle

public java.lang.Boolean tryBundle(java.lang.String outputDir, 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.

outputDirRequired

  • Type: java.lang.String

the directory where the bundled asset should be output.


optionsRequired

bundling options for this asset.