Class Bundle.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.Bundle.Jsii$Proxy
-
-
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.projen.javascript.Bundle
Bundle.Builder, Bundle.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Bundle.Builder builder)Constructor that initializes the object based on literal property values passed by theBundle.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)TaskgetBundleTask()(experimental) The task that produces this bundle.StringgetOutdir()(experimental) Base directory containing the output file (relative to project root).StringgetOutfile()(experimental) Location of the output file (relative to project root).TaskgetWatchTask()(experimental) The "watch" task for this bundle.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Bundle.Builder builder)
Constructor that initializes the object based on literal property values passed by theBundle.Builder.
-
-
Method Detail
-
getBundleTask
public final Task getBundleTask()
Description copied from interface:Bundle(experimental) The task that produces this bundle.- Specified by:
getBundleTaskin interfaceBundle
-
getOutdir
public final String getOutdir()
Description copied from interface:Bundle(experimental) Base directory containing the output file (relative to project root).
-
getOutfile
public final String getOutfile()
Description copied from interface:Bundle(experimental) Location of the output file (relative to project root).- Specified by:
getOutfilein interfaceBundle
-
getWatchTask
public final Task getWatchTask()
Description copied from interface:Bundle(experimental) The "watch" task for this bundle.- Specified by:
getWatchTaskin interfaceBundle
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-