Uses of Class
io.github.cdklabs.projen.javascript.HasteConfig.Builder
-
Packages that use HasteConfig.Builder Package Description io.github.cdklabs.projen.javascript -
-
Uses of HasteConfig.Builder in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return HasteConfig.Builder Modifier and Type Method Description static HasteConfig.BuilderHasteConfig. builder()HasteConfig.BuilderHasteConfig.Builder. computeSha1(Boolean computeSha1)Sets the value ofHasteConfig.getComputeSha1()HasteConfig.BuilderHasteConfig.Builder. defaultPlatform(String defaultPlatform)Sets the value ofHasteConfig.getDefaultPlatform()HasteConfig.BuilderHasteConfig.Builder. hasteImplModulePath(String hasteImplModulePath)Sets the value ofHasteConfig.getHasteImplModulePath()HasteConfig.BuilderHasteConfig.Builder. platforms(List<String> platforms)Sets the value ofHasteConfig.getPlatforms()HasteConfig.BuilderHasteConfig.Builder. throwOnModuleCollision(Boolean throwOnModuleCollision)Sets the value ofHasteConfig.getThrowOnModuleCollision()Constructors in io.github.cdklabs.projen.javascript with parameters of type HasteConfig.Builder Constructor Description Jsii$Proxy(HasteConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theHasteConfig.Builder.
-