| Modifier and Type | Method and Description |
|---|---|
SymlinkFollowMode |
AssetStagingProps.Jsii$Proxy.getFollow() |
default SymlinkFollowMode |
CopyOptions.getFollow()
A strategy for how to handle symlinks.
|
SymlinkFollowMode |
CopyOptions.Jsii$Proxy.getFollow() |
SymlinkFollowMode |
FingerprintOptions.Jsii$Proxy.getFollow() |
static SymlinkFollowMode |
SymlinkFollowMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymlinkFollowMode[] |
SymlinkFollowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssetStagingProps.Builder |
AssetStagingProps.Builder.follow(SymlinkFollowMode follow)
Sets the value of
CopyOptions.getFollow() |
CopyOptions.Builder |
CopyOptions.Builder.follow(SymlinkFollowMode follow)
Sets the value of
CopyOptions.getFollow() |
FingerprintOptions.Builder |
FingerprintOptions.Builder.follow(SymlinkFollowMode follow)
Sets the value of
CopyOptions.getFollow() |
AssetStaging.Builder |
AssetStaging.Builder.follow(SymlinkFollowMode follow)
A strategy for how to handle symlinks.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
CopyOptions.Builder. |
Jsii$Proxy(String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
FingerprintOptions.Builder. |
Jsii$Proxy(String sourcePath,
String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetStagingProps.Builder. |
Copyright © 2020. All rights reserved.