Uses of Class
software.amazon.awscdk.IgnoreStrategy
-
Uses of IgnoreStrategy in software.amazon.awscdk
Modifier and TypeClassDescriptionclass
Ignores file paths based on the.dockerignore specification
.class
Ignores file paths based on the.gitignore specification
.class
Ignores file paths based on simple glob patterns.Modifier and TypeMethodDescriptionstatic IgnoreStrategy
IgnoreStrategy.fromCopyOptions
(CopyOptions options, String absoluteRootPath) Creates an IgnoreStrategy based on theignoreMode
andexclude
in aCopyOptions
.