Class Bundle.Jsii$Proxy

  • All Implemented Interfaces:
    Bundle, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    Bundle

    @Stability(Experimental)
    @Internal
    public static final class Bundle.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Bundle
    An implementation for Bundle
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(Bundle.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Bundle.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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 the Bundle.Builder.
    • Method Detail

      • getBundleTask

        public final Task getBundleTask()
        Description copied from interface: Bundle
        (experimental) The task that produces this bundle.
        Specified by:
        getBundleTask in interface Bundle
      • getOutdir

        public final String getOutdir()
        Description copied from interface: Bundle
        (experimental) Base directory containing the output file (relative to project root).
        Specified by:
        getOutdir in interface Bundle
      • getOutfile

        public final String getOutfile()
        Description copied from interface: Bundle
        (experimental) Location of the output file (relative to project root).
        Specified by:
        getOutfile in interface Bundle
      • getWatchTask

        public final Task getWatchTask()
        Description copied from interface: Bundle
        (experimental) The "watch" task for this bundle.
        Specified by:
        getWatchTask in interface Bundle
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object