Package io.github.cdklabs.projen
Class ProjectTree
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.ProjectTree
-
- 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.794Z") @Stability(Experimental) public class ProjectTree extends Component
-
-
Constructor Summary
Constructors Modifier Constructor Description ProjectTree(Project project)protectedProjectTree(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedProjectTree(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonFilegetFile()voidsetFile(JsonFile value)-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ProjectTree
protected ProjectTree(software.amazon.jsii.JsiiObjectRef objRef)
-
ProjectTree
protected ProjectTree(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ProjectTree
@Stability(Experimental) public ProjectTree(@NotNull Project project)- Parameters:
project- This parameter is required.
-
-