Uses of Class
io.github.cdklabs.projen.SampleFile.Builder
-
Packages that use SampleFile.Builder Package Description io.github.cdklabs.projen -
-
Uses of SampleFile.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return SampleFile.Builder Modifier and Type Method Description SampleFile.BuilderSampleFile.Builder. contents(String contents)(experimental) The contents of the file to write.static SampleFile.BuilderSampleFile.Builder. create(Project project, String filePath)SampleFile.BuilderSampleFile.Builder. sourcePath(String sourcePath)(experimental) Absolute path to a file to copy the contents from (does not need to be a text file).
-