@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.721Z") @Stability(value=Experimental) public interface FileCopyOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileCopyOptions.Builder
A builder for
FileCopyOptions |
static class |
FileCopyOptions.Jsii$Proxy
An implementation for
FileCopyOptions |
| Modifier and Type | Method and Description |
|---|---|
static FileCopyOptions.Builder |
builder() |
default List<String> |
getExclude()
(experimental) Glob patterns to exclude from the copy.
|
default SymlinkFollowMode |
getFollowSymlinks()
(experimental) A strategy for how to handle symlinks.
|
default IgnoreMode |
getIgnoreMode()
(experimental) The ignore behavior to use for exclude patterns.
|
@Stability(value=Experimental) @Nullable default List<String> getExclude()
Default: - nothing is excluded
@Stability(value=Experimental) @Nullable default SymlinkFollowMode getFollowSymlinks()
Default: SymlinkFollowMode.NEVER
@Stability(value=Experimental) @Nullable default IgnoreMode getIgnoreMode()
Default: IgnoreMode.GLOB
@Stability(value=Experimental) static FileCopyOptions.Builder builder()
FileCopyOptions.Builder of FileCopyOptionsCopyright © 2021. All rights reserved.