Class ProjenrcOptions.Jsii$Proxy

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

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

      • getClassName

        public final String getClassName()
        Description copied from interface: ProjenrcOptions
        (experimental) The name of the Java class which contains the main() method for projen.

        Default: "projenrc"

        Specified by:
        getClassName in interface ProjenrcOptions
      • getTestScope

        public final Boolean getTestScope()
        Description copied from interface: ProjenrcOptions
        (experimental) Defines projenrc under the test scope instead of the main scope, which is reserved to the app.

        This means that projenrc will be under src/test/java/projenrc.java and projen will be defined as a test dependency. This enforces that application code does not take a dependency on projen code.

        If this is disabled, projenrc should be under src/main/java/projenrc.java.

        Default: true

        Specified by:
        getTestScope in interface ProjenrcOptions
      • $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