Uses of Class
io.github.cdklabs.projen.SampleDir.Builder
-
Packages that use SampleDir.Builder Package Description io.github.cdklabs.projen -
-
Uses of SampleDir.Builder in io.github.cdklabs.projen
Methods in io.github.cdklabs.projen that return SampleDir.Builder Modifier and Type Method Description static SampleDir.BuilderSampleDir.Builder. create(Project project, String dir)SampleDir.BuilderSampleDir.Builder. files(Map<String,String> files)(experimental) The files to render into the directory.SampleDir.BuilderSampleDir.Builder. sourceDir(String sourceDir)(experimental) Absolute path to a directory to copy files from (does not need to be text files).
-