Uses of Class
software.amazon.awscdk.core.IgnoreStrategy
Packages that use IgnoreStrategy
-
Uses of IgnoreStrategy in software.amazon.awscdk.core
Subclasses of IgnoreStrategy in software.amazon.awscdk.coreModifier and TypeClassDescriptionclassIgnores file paths based on the.dockerignore specification.classIgnores file paths based on the.gitignore specification.classIgnores file paths based on simple glob patterns.Methods in software.amazon.awscdk.core that return IgnoreStrategyModifier and TypeMethodDescriptionstatic IgnoreStrategyIgnoreStrategy.fromCopyOptions(CopyOptions options, String absoluteRootPath) Creates an IgnoreStrategy based on theignoreModeandexcludein aCopyOptions.