Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ProjectTree​(Project project)  
      protected ProjectTree​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected ProjectTree​(software.amazon.jsii.JsiiObjectRef objRef)  
    • 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.
    • Method Detail

      • getFile

        @Stability(Experimental)
        @NotNull
        public JsonFile getFile()
      • setFile

        @Stability(Experimental)
        public void setFile​(@NotNull
                            JsonFile value)