@Internal public static final class ICommandHooks.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICommandHooks.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeICommandHooks.Jsii$Default, ICommandHooks.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
afterBundling(String inputDir,
String outputDir)
(experimental) Returns commands to run after bundling.
|
List<String> |
beforeBundling(String inputDir,
String outputDir)
(experimental) Returns commands to run before bundling.
|
List<String> |
beforeInstall(String inputDir,
String outputDir)
(experimental) Returns commands to run before installing node modules.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final List<String> afterBundling(@NotNull String inputDir, @NotNull String outputDir)
Commands are chained with &&.
afterBundling in interface ICommandHooksafterBundling in interface ICommandHooks.Jsii$DefaultinputDir - This parameter is required.outputDir - This parameter is required.@Stability(value=Experimental) @NotNull public final List<String> beforeBundling(@NotNull String inputDir, @NotNull String outputDir)
Commands are chained with &&.
beforeBundling in interface ICommandHooksbeforeBundling in interface ICommandHooks.Jsii$DefaultinputDir - This parameter is required.outputDir - This parameter is required.@Stability(value=Experimental) @NotNull public final List<String> beforeInstall(@NotNull String inputDir, @NotNull String outputDir)
This hook only runs when node modules are installed.
Commands are chained with &&.
beforeInstall in interface ICommandHooksbeforeInstall in interface ICommandHooks.Jsii$DefaultinputDir - This parameter is required.outputDir - This parameter is required.Copyright © 2021. All rights reserved.