@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.437Z") @Stability(value=Experimental) public class SampleFile extends Component
Use this for creating example code files or other resources.
| Modifier and Type | Class and Description |
|---|---|
static class |
SampleFile.Builder
(experimental) A fluent builder for
SampleFile. |
| Modifier | Constructor and Description |
|---|---|
protected |
SampleFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SampleFile(software.amazon.jsii.JsiiObjectRef objRef) |
|
SampleFile(Project project,
String filePath,
SampleFileOptions options)
(experimental) Creates a new SampleFile object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
synthesize()
(experimental) Synthesizes files to the project output directory.
|
getProject, postSynthesize, preSynthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SampleFile(software.amazon.jsii.JsiiObjectRef objRef)
protected SampleFile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SampleFile(@NotNull
Project project,
@NotNull
String filePath,
@NotNull
SampleFileOptions options)
project - - the project to tie this file to. This parameter is required.filePath - - the relative path in the project to put the file. This parameter is required.options - - the options for the file. This parameter is required.@Stability(value=Experimental) public void synthesize()
synthesize in class ComponentCopyright © 2021. All rights reserved.