Class ProjenrcJson

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable
    Direct Known Subclasses:
    Projenrc

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.796Z")
    @Stability(Experimental)
    public class ProjenrcJson
    extends ProjenrcFile
    (experimental) Sets up a project to use JSON for projenrc.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ProjenrcJson.Builder
      (experimental) A fluent builder for ProjenrcJson.
      • 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
    • Constructor Detail

      • ProjenrcJson

        protected ProjenrcJson​(software.amazon.jsii.JsiiObjectRef objRef)
      • ProjenrcJson

        protected ProjenrcJson​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ProjenrcJson

        @Stability(Experimental)
        public ProjenrcJson​(@NotNull
                            Project project,
                            @Nullable
                            ProjenrcJsonOptions options)
        Parameters:
        project - This parameter is required.
        options -
      • ProjenrcJson

        @Stability(Experimental)
        public ProjenrcJson​(@NotNull
                            Project project)
        Parameters:
        project - This parameter is required.
    • Method Detail

      • getFilePath

        @Stability(Experimental)
        @NotNull
        public String getFilePath()
        (experimental) The path of the projenrc file.
        Specified by:
        getFilePath in class ProjenrcFile