@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.432Z") @Stability(value=Experimental) public interface ProjectOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectOptions.Builder
A builder for
ProjectOptions |
static class |
ProjectOptions.Jsii$Proxy
An implementation for
ProjectOptions |
| Modifier and Type | Method and Description |
|---|---|
static ProjectOptions.Builder |
builder() |
default LoggerOptions |
getLogging()
(experimental) Configure logging options such as verbosity.
|
String |
getName()
(experimental) This is the name of your project.
|
default String |
getOutdir()
(experimental) The root directory of the project.
|
default Project |
getParent()
(experimental) The parent project, if this project is part of a bigger project.
|
default String |
getProjenCommand()
(experimental) The shell command to use in order to run the projen CLI.
|
default Boolean |
getProjenrcJson()
(experimental) Generate (once) .projenrc.json (in JSON).
|
default ProjenrcOptions |
getProjenrcJsonOptions()
(experimental) Options for .projenrc.json.
|
@Stability(value=Experimental) @NotNull String getName()
Default: $BASEDIR
@Stability(value=Experimental) @Nullable default LoggerOptions getLogging()
Default: {}
@Stability(value=Experimental) @Nullable default String getOutdir()
Relative 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: "."
@Stability(value=Experimental) @Nullable default Project getParent()
@Stability(value=Experimental) @Nullable default String getProjenCommand()
Can be used to customize in special environments.
Default: "npx projen"
@Stability(value=Experimental) @Nullable default Boolean getProjenrcJson()
Default: false
@Stability(value=Experimental) @Nullable default ProjenrcOptions getProjenrcJsonOptions()
Default: - default options
@Stability(value=Experimental) static ProjectOptions.Builder builder()
ProjectOptions.Builder of ProjectOptionsCopyright © 2021. All rights reserved.