@Stability(value=Experimental) @Internal public static final class ProjectOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjectOptions
ProjectOptionssoftware.amazon.jsii.JsiiObject.InitializationModeProjectOptions.Builder, ProjectOptions.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(ProjectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ProjectOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
LoggerOptions |
getLogging()
(experimental) Configure logging options such as verbosity.
|
String |
getName()
(experimental) This is the name of your project.
|
String |
getOutdir()
(experimental) The root directory of the project.
|
Project |
getParent()
(experimental) The parent project, if this project is part of a bigger project.
|
String |
getProjenCommand()
(experimental) The shell command to use in order to run the projen CLI.
|
Boolean |
getProjenrcJson()
(experimental) Generate (once) .projenrc.json (in JSON).
|
ProjenrcOptions |
getProjenrcJsonOptions()
(experimental) Options for .projenrc.json.
|
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(ProjectOptions.Builder builder)
ProjectOptions.Builder.public final String getName()
ProjectOptionsDefault: $BASEDIR
getName in interface ProjectOptionspublic final LoggerOptions getLogging()
ProjectOptionsDefault: {}
getLogging in interface ProjectOptionspublic final String getOutdir()
ProjectOptionsRelative to this directory, all files are synthesized.
If this project has a parent, this directory is relative to the parent directory and it cannot be the same as the parent or any of it's other sub-projects.
Default: "."
getOutdir in interface ProjectOptionspublic final Project getParent()
ProjectOptionsgetParent in interface ProjectOptionspublic final String getProjenCommand()
ProjectOptionsCan be used to customize in special environments.
Default: "npx projen"
getProjenCommand in interface ProjectOptionspublic final Boolean getProjenrcJson()
ProjectOptionsDefault: false
getProjenrcJson in interface ProjectOptionspublic final ProjenrcOptions getProjenrcJsonOptions()
ProjectOptionsDefault: - default options
getProjenrcJsonOptions in interface ProjectOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.