Package io.github.cdklabs.awslambdarust
Class ICommandHooks.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.awslambdarust.ICommandHooks.Jsii$Proxy
-
- All Implemented Interfaces:
ICommandHooks,ICommandHooks.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ICommandHooks
@Internal public static final class ICommandHooks.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ICommandHooks.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.awslambdarust.ICommandHooks
ICommandHooks.Jsii$Default, ICommandHooks.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
afterBundling
@Stability(Experimental) @NotNull public final List<String> afterBundling(@NotNull String inputDir, @NotNull String outputDir)
(experimental) Returns commands to run after bundling.Commands are chained with
&&.- Specified by:
afterBundlingin interfaceICommandHooks- Specified by:
afterBundlingin interfaceICommandHooks.Jsii$Default- Parameters:
inputDir- This parameter is required.outputDir- This parameter is required.
-
beforeBundling
@Stability(Experimental) @NotNull public final List<String> beforeBundling(@NotNull String inputDir, @NotNull String outputDir)
(experimental) Returns commands to run before bundling.Commands are chained with
&&.- Specified by:
beforeBundlingin interfaceICommandHooks- Specified by:
beforeBundlingin interfaceICommandHooks.Jsii$Default- Parameters:
inputDir- This parameter is required.outputDir- This parameter is required.
-
-