Interface YarnBerryOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
YarnBerryOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.217Z") @Stability(Experimental) public interface YarnBerryOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Configure Yarn Berry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classYarnBerryOptions.BuilderA builder forYarnBerryOptionsstatic classYarnBerryOptions.Jsii$ProxyAn implementation forYarnBerryOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static YarnBerryOptions.Builderbuilder()default StringgetVersion()(experimental) A fully specified version to use for yarn (e.g., x.x.x).default YarnrcOptionsgetYarnRcOptions()(experimental) The yarnrc configuration.default BooleangetZeroInstalls()(experimental) Should zero-installs be enabled?
-
-
-
Method Detail
-
getVersion
@Stability(Experimental) @Nullable default String getVersion()
(experimental) A fully specified version to use for yarn (e.g., x.x.x).Default: - 4.0.1
-
getYarnRcOptions
@Stability(Experimental) @Nullable default YarnrcOptions getYarnRcOptions()
(experimental) The yarnrc configuration.Default: - a blank Yarn RC file
-
getZeroInstalls
@Stability(Experimental) @Nullable default Boolean getZeroInstalls()
(experimental) Should zero-installs be enabled?Learn more at: https://yarnpkg.com/features/caching#zero-installs
Default: false
-
builder
@Stability(Experimental) static YarnBerryOptions.Builder builder()
- Returns:
- a
YarnBerryOptions.BuilderofYarnBerryOptions
-
-