Class FileBaseOptions.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class FileBaseOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements FileBaseOptions
    An implementation for FileBaseOptions
    • 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.
    • Method Detail

      • getCommitted

        public final Boolean getCommitted()
        Description copied from interface: FileBaseOptions
        (experimental) Indicates whether this file should be committed to git or ignored.

        By default, all generated files are committed and anti-tamper is used to protect against manual modifications.

        Default: true

        Specified by:
        getCommitted in interface FileBaseOptions
      • getExecutable

        public final Boolean getExecutable()
        Description copied from interface: FileBaseOptions
        (experimental) Whether the generated file should be marked as executable.

        Default: false

        Specified by:
        getExecutable in interface FileBaseOptions
      • getMarker

        public final Boolean getMarker()
        Description copied from interface: FileBaseOptions
        (experimental) Adds the projen marker to the file.

        Default: - marker will be included as long as the project is not ejected

        Specified by:
        getMarker in interface FileBaseOptions
      • $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