Interface IgnoreFileOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IgnoreFileOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.766Z")
    @Stability(Experimental)
    public interface IgnoreFileOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getFilterCommentLines

        @Stability(Experimental)
        @Nullable
        default Boolean getFilterCommentLines()
        (experimental) Filter out comment lines?

        Default: true

      • getFilterEmptyLines

        @Stability(Experimental)
        @Nullable
        default Boolean getFilterEmptyLines()
        (experimental) Filter out blank/empty lines?

        Default: true

      • getIgnorePatterns

        @Stability(Experimental)
        @Nullable
        default List<String> getIgnorePatterns()
        (experimental) Patterns to add to the ignore file.

        Default: []