Class MakefileOptions.Jsii$Proxy

    • 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

      • getAll

        public final List<String> getAll()
        Description copied from interface: MakefileOptions
        (experimental) List of targets to build when Make is invoked without specifying any targets.

        Default: []

        Specified by:
        getAll in interface MakefileOptions
      • 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