Uses of Class
io.github.cdklabs.projen.IgnoreFileOptions.Builder
-
Packages that use IgnoreFileOptions.Builder Package Description io.github.cdklabs.projen -
-
Uses of IgnoreFileOptions.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return IgnoreFileOptions.Builder Modifier and Type Method Description static IgnoreFileOptions.BuilderIgnoreFileOptions. builder()IgnoreFileOptions.BuilderIgnoreFileOptions.Builder. filterCommentLines(Boolean filterCommentLines)Sets the value ofIgnoreFileOptions.getFilterCommentLines()IgnoreFileOptions.BuilderIgnoreFileOptions.Builder. filterEmptyLines(Boolean filterEmptyLines)Sets the value ofIgnoreFileOptions.getFilterEmptyLines()IgnoreFileOptions.BuilderIgnoreFileOptions.Builder. ignorePatterns(List<String> ignorePatterns)Sets the value ofIgnoreFileOptions.getIgnorePatterns()Constructors in io.github.cdklabs.projen with parameters of type IgnoreFileOptions.Builder Constructor Description Jsii$Proxy(IgnoreFileOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theIgnoreFileOptions.Builder.
-