@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.397Z") @Stability(value=Experimental) public class GitAttributesFile extends FileBase
https://git-scm.com/docs/gitattributesPROJEN_MARKER| Modifier | Constructor and Description |
|---|---|
protected |
GitAttributesFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GitAttributesFile(software.amazon.jsii.JsiiObjectRef objRef) |
|
GitAttributesFile(Project project) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributes(String glob,
String... attributes)
(experimental) Maps a set of attributes to a set of files.
|
protected String |
synthesizeContent(IResolver _)
(experimental) Implemented by derived classes and returns the contents of the file to emit.
|
getAbsolutePath, getExecutable, getPath, getReadonly, setExecutable, setReadonly, synthesizegetProject, postSynthesize, preSynthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GitAttributesFile(software.amazon.jsii.JsiiObjectRef objRef)
protected GitAttributesFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GitAttributesFile(@NotNull
Project project)
project - This parameter is required.@Stability(value=Experimental)
public void addAttributes(@NotNull
String glob,
@NotNull
String... attributes)
glob - Glob pattern to match files in the repo. This parameter is required.attributes - Attributes to assign to these files. This parameter is required.@Stability(value=Experimental) @Nullable protected String synthesizeContent(@NotNull IResolver _)
synthesizeContent in class FileBase_ - This parameter is required.Copyright © 2021. All rights reserved.