@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.409Z") @Stability(value=Experimental) public interface InitProject extends software.amazon.jsii.JsiiSerializable
It is used to generate projenrc files in various languages.
| Modifier and Type | Interface and Description |
|---|---|
static class |
InitProject.Builder
A builder for
InitProject |
static class |
InitProject.Jsii$Proxy
An implementation for
InitProject |
| Modifier and Type | Method and Description |
|---|---|
static InitProject.Builder |
builder() |
Map<String,Object> |
getArgs()
(experimental) Initial arguments passed to `projen new`.
|
InitProjectOptionHints |
getComments()
(experimental) Include commented out options.
|
String |
getFqn()
(experimental) The JSII FQN of the project type.
|
ProjectType |
getType()
(experimental) Project metadata.
|
@Stability(value=Experimental) @NotNull Map<String,Object> getArgs()
@Stability(value=Experimental) @NotNull InitProjectOptionHints getComments()
Does not apply to projenrc.json files.
Default: InitProjectOptionHints.FEATURED
@Stability(value=Experimental) @NotNull String getFqn()
@Stability(value=Experimental) @NotNull ProjectType getType()
@Stability(value=Experimental) static InitProject.Builder builder()
InitProject.Builder of InitProjectCopyright © 2021. All rights reserved.