Uses of Class
io.github.cdklabs.projen.TextFileOptions.Builder
-
Packages that use TextFileOptions.Builder Package Description io.github.cdklabs.projen -
-
Uses of TextFileOptions.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return TextFileOptions.Builder Modifier and Type Method Description static TextFileOptions.BuilderTextFileOptions. builder()TextFileOptions.BuilderTextFileOptions.Builder. committed(Boolean committed)Sets the value ofFileBaseOptions.getCommitted()TextFileOptions.BuilderTextFileOptions.Builder. editGitignore(Boolean editGitignore)Sets the value ofFileBaseOptions.getEditGitignore()TextFileOptions.BuilderTextFileOptions.Builder. executable(Boolean executable)Sets the value ofFileBaseOptions.getExecutable()TextFileOptions.BuilderTextFileOptions.Builder. lines(List<String> lines)Sets the value ofTextFileOptions.getLines()TextFileOptions.BuilderTextFileOptions.Builder. marker(Boolean marker)Sets the value ofFileBaseOptions.getMarker()TextFileOptions.BuilderTextFileOptions.Builder. readonly(Boolean readonly)Sets the value ofFileBaseOptions.getReadonly()Constructors in io.github.cdklabs.projen with parameters of type TextFileOptions.Builder Constructor Description Jsii$Proxy(TextFileOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theTextFileOptions.Builder.
-