public class ContentMatch extends Object
| Constructor and Description |
|---|
ContentMatch() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExcludes() |
List<String> |
getIncludes() |
boolean |
matches(List<String> lines) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
Copyright © 2020. All rights reserved.