@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.435Z") @Stability(value=Experimental) public class SampleDir extends Component
Use this to create sample code files
| Modifier and Type | Class and Description |
|---|---|
static class |
SampleDir.Builder
(experimental) A fluent builder for
SampleDir. |
| Modifier | Constructor and Description |
|---|---|
protected |
SampleDir(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SampleDir(software.amazon.jsii.JsiiObjectRef objRef) |
|
SampleDir(Project project,
String dir,
SampleDirOptions options)
(experimental) Create sample files in the given directory if the given directory does not exist.
|
| 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 SampleDir(software.amazon.jsii.JsiiObjectRef objRef)
protected SampleDir(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SampleDir(@NotNull
Project project,
@NotNull
String dir,
@NotNull
SampleDirOptions options)
project - Parent project to add files to. This parameter is required.dir - directory to add files to. This parameter is required.options - options for which files to create. This parameter is required.@Stability(value=Experimental) public void synthesize()
synthesize in class ComponentCopyright © 2021. All rights reserved.