Package io.github.cdklabs.projen
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIgnoreFileOptions.BuilderA builder forIgnoreFileOptionsstatic classIgnoreFileOptions.Jsii$ProxyAn implementation forIgnoreFileOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IgnoreFileOptions.Builderbuilder()default BooleangetFilterCommentLines()(experimental) Filter out comment lines?default BooleangetFilterEmptyLines()(experimental) Filter out blank/empty lines?default List<String>getIgnorePatterns()(experimental) Patterns to add to the ignore file.
-
-
-
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: []
-
builder
@Stability(Experimental) static IgnoreFileOptions.Builder builder()
- Returns:
- a
IgnoreFileOptions.BuilderofIgnoreFileOptions
-
-