JsonFile.Builder |
JsonFile.Builder.allowComments(Boolean allowComments) |
(experimental) Allow the use of comments in this file.
|
JsonFile.Builder |
JsonFile.Builder.committed(Boolean committed) |
(experimental) Indicates whether this file should be committed to git or ignored.
|
static JsonFile.Builder |
JsonFile.Builder.create(software.constructs.IConstruct scope,
String filePath) |
|
JsonFile.Builder |
JsonFile.Builder.editGitignore(Boolean editGitignore) |
(experimental) Update the project's .gitignore file.
|
JsonFile.Builder |
JsonFile.Builder.executable(Boolean executable) |
(experimental) Whether the generated file should be marked as executable.
|
JsonFile.Builder |
JsonFile.Builder.marker(Boolean marker) |
(experimental) Adds the projen marker to the file.
|
JsonFile.Builder |
JsonFile.Builder.newline(Boolean newline) |
(experimental) Adds a newline at the end of the file.
|
JsonFile.Builder |
JsonFile.Builder.obj(Object obj) |
(experimental) The object that will be serialized.
|
JsonFile.Builder |
JsonFile.Builder.omitEmpty(Boolean omitEmpty) |
(experimental) Omits empty objects and arrays.
|
JsonFile.Builder |
JsonFile.Builder.readonly(Boolean readonly) |
(experimental) Whether the generated file should be readonly.
|