| Package | Description |
|---|---|
| io.github.cdklabs.projen |
projen
|
| Modifier and Type | Method and Description |
|---|---|
InitProjectOptionHints |
InitProject.getComments()
(experimental) Include commented out options.
|
InitProjectOptionHints |
InitProject.Jsii$Proxy.getComments() |
default InitProjectOptionHints |
CreateProjectOptions.getOptionHints()
(experimental) Should we render commented-out default options in the projenrc file?
|
InitProjectOptionHints |
CreateProjectOptions.Jsii$Proxy.getOptionHints() |
static InitProjectOptionHints |
InitProjectOptionHints.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitProjectOptionHints[] |
InitProjectOptionHints.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InitProject.Builder |
InitProject.Builder.comments(InitProjectOptionHints comments)
Sets the value of
InitProject.getComments() |
CreateProjectOptions.Builder |
CreateProjectOptions.Builder.optionHints(InitProjectOptionHints optionHints)
Sets the value of
CreateProjectOptions.getOptionHints() |
Copyright © 2021. All rights reserved.