Package io.github.cdklabs.projen
Class Projenrc
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.ProjenrcFile
-
- io.github.cdklabs.projen.ProjenrcJson
-
- io.github.cdklabs.projen.Projenrc
-
- 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.795Z") @Stability(Deprecated) @Deprecated public class Projenrc extends ProjenrcJson
Deprecated.useProjenrcJson
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjenrc.BuilderDeprecated.(experimental) A fluent builder forProjenrc.
-
Constructor Summary
Constructors Modifier Constructor Description Projenrc(Project project)Deprecated.Projenrc(Project project, ProjenrcJsonOptions options)Deprecated.protectedProjenrc(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)Deprecated.protectedProjenrc(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.ProjenrcJson
getFilePath
-
Methods inherited from class io.github.cdklabs.projen.ProjenrcFile
of, preSynthesize
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
Projenrc
protected Projenrc(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
-
Projenrc
protected Projenrc(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
-
Projenrc
@Stability(Experimental) public Projenrc(@NotNull Project project, @Nullable ProjenrcJsonOptions options)Deprecated.- Parameters:
project- This parameter is required.options-
-
Projenrc
@Stability(Experimental) public Projenrc(@NotNull Project project)Deprecated.- Parameters:
project- This parameter is required.
-
-