Class ICommandHooks.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
    • 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:
        afterBundling in interface ICommandHooks
        Specified by:
        afterBundling in interface ICommandHooks.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:
        beforeBundling in interface ICommandHooks
        Specified by:
        beforeBundling in interface ICommandHooks.Jsii$Default
        Parameters:
        inputDir - This parameter is required.
        outputDir - This parameter is required.