public static final class FileFingerprintOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileFingerprintOptions
FileFingerprintOptions
FileFingerprintOptions.Builder, FileFingerprintOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getExclude()
Glob patterns to exclude from the copy.
|
java.lang.String |
getExtraHash()
Extra information to encode into the fingerprint (e.g.
|
SymlinkFollowMode |
getFollowSymlinks()
A strategy for how to handle symlinks.
|
IgnoreMode |
getIgnoreMode()
The ignore behavior to use for exclude patterns.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getExtraHash()
FileFingerprintOptions
Default: - hash is only based on source content
getExtraHash
in interface FileFingerprintOptions
public final java.util.List<java.lang.String> getExclude()
FileCopyOptions
Default: - nothing is excluded
getExclude
in interface FileCopyOptions
public final SymlinkFollowMode getFollowSymlinks()
FileCopyOptions
Default: SymlinkFollowMode.NEVER
getFollowSymlinks
in interface FileCopyOptions
public final IgnoreMode getIgnoreMode()
FileCopyOptions
Default: IgnoreMode.GLOB
getIgnoreMode
in interface FileCopyOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()