@Stability(value=Experimental) @Internal public static final class ProjenrcOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjenrcOptions
ProjenrcOptionssoftware.amazon.jsii.JsiiObject.InitializationModeProjenrcOptions.Builder, ProjenrcOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ProjenrcOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ProjenrcOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClassName()
(experimental) The name of the Java class which contains the `main()` method for projen.
|
String |
getProjenVersion()
(experimental) The projen version to use.
|
Boolean |
getTestScope()
(experimental) Defines projenrc under the test scope instead of the main scope, which is reserved to the app.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ProjenrcOptions.Builder builder)
ProjenrcOptions.Builder.public final String getClassName()
ProjenrcOptionsDefault: "projenrc"
getClassName in interface ProjenrcOptionspublic final String getProjenVersion()
ProjenrcOptionsDefault: - current version
getProjenVersion in interface ProjenrcOptionspublic final Boolean getTestScope()
ProjenrcOptions
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
getTestScope in interface ProjenrcOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.