@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:24.202Z") @Stability(value=Stable) public class GlobIgnoreStrategy extends IgnoreStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
GlobIgnoreStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GlobIgnoreStrategy(software.amazon.jsii.JsiiObjectRef objRef) |
|
GlobIgnoreStrategy(String absoluteRootPath,
List<String> patterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String pattern)
Adds another pattern.
|
Boolean |
ignores(String absoluteFilePath)
Determines whether a given file path should be ignored or not.
|
docker, fromCopyOptions, git, globjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GlobIgnoreStrategy(software.amazon.jsii.JsiiObjectRef objRef)
protected GlobIgnoreStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public void add(@NotNull
String pattern)
add in class IgnoreStrategypattern - This parameter is required.@Stability(value=Stable) @NotNull public Boolean ignores(@NotNull String absoluteFilePath)
ignores in class IgnoreStrategyabsoluteFilePath - absolute file path to be assessed against the pattern. This parameter is required.Copyright © 2021. All rights reserved.