@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T20:05:10.913Z") @Stability(value=Stable) public class GitIgnoreStrategy extends IgnoreStrategy
| Modifier | Constructor and Description |
|---|---|
protected |
GitIgnoreStrategy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GitIgnoreStrategy(software.amazon.jsii.JsiiObjectRef objRef) |
|
GitIgnoreStrategy(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 GitIgnoreStrategy(software.amazon.jsii.JsiiObjectRef objRef)
protected GitIgnoreStrategy(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.