Package io.github.cdklabs.projen
Class SampleReadme
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.SampleFile
-
- io.github.cdklabs.projen.SampleReadme
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.801Z") @Stability(Experimental) public class SampleReadme extends SampleFile
(experimental) Represents a README.md sample file. You are expected to manage this file after creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSampleReadme.Builder(experimental) A fluent builder forSampleReadme.
-
Constructor Summary
Constructors Modifier Constructor Description SampleReadme(Project project)SampleReadme(Project project, SampleReadmeProps props)protectedSampleReadme(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSampleReadme(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.SampleFile
synthesize
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SampleReadme
protected SampleReadme(software.amazon.jsii.JsiiObjectRef objRef)
-
SampleReadme
protected SampleReadme(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SampleReadme
@Stability(Experimental) public SampleReadme(@NotNull Project project, @Nullable SampleReadmeProps props)- Parameters:
project- This parameter is required.props-
-
SampleReadme
@Stability(Experimental) public SampleReadme(@NotNull Project project)- Parameters:
project- This parameter is required.
-
-