@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.396Z") @Stability(value=Experimental) public interface FileBaseOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileBaseOptions.Builder
A builder for
FileBaseOptions |
static class |
FileBaseOptions.Jsii$Proxy
An implementation for
FileBaseOptions |
| Modifier and Type | Method and Description |
|---|---|
static FileBaseOptions.Builder |
builder() |
default Boolean |
getCommitted()
(experimental) Indicates whether this file should be committed to git or ignored.
|
default Boolean |
getEditGitignore()
(experimental) Update the project's .gitignore file.
|
default Boolean |
getExecutable()
(experimental) Whether the generated file should be marked as executable.
|
default Boolean |
getReadonly()
(experimental) Whether the generated file should be readonly.
|
@Stability(value=Experimental) @Nullable default Boolean getCommitted()
By default, all generated files are committed and anti-tamper is used to protect against manual modifications.
Default: true
@Stability(value=Experimental) @Nullable default Boolean getEditGitignore()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getExecutable()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getReadonly()
Default: true
@Stability(value=Experimental) static FileBaseOptions.Builder builder()
FileBaseOptions.Builder of FileBaseOptionsCopyright © 2021. All rights reserved.