public class FileMatcher
extends java.lang.Object
| Constructor and Description |
|---|
FileMatcher(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(com.xebialabs.overthere.OverthereFile file) |
boolean |
match(java.lang.String filePath) |
FileMatcher |
withLastModifiedDateAfter(java.util.Date modifiedDate) |
public FileMatcher withLastModifiedDateAfter(java.util.Date modifiedDate)
public boolean match(com.xebialabs.overthere.OverthereFile file)
public boolean match(java.lang.String filePath)