| Constructor and Description |
|---|
BaseTestTool() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.xebialabs.overthere.OverthereFile> |
findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher)
Get a set of files matching the search qualification.
|
protected java.util.Collection<com.xebialabs.overthere.OverthereFile> |
globbit(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher) |
protected com.xebialabs.overthere.local.LocalFile |
retrieveFiles(com.xebialabs.overthere.OverthereFile remoteFile) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindImportables, getCategory, getName, getSearchPatternprotected com.xebialabs.overthere.local.LocalFile retrieveFiles(com.xebialabs.overthere.OverthereFile remoteFile)
public java.util.Collection<com.xebialabs.overthere.OverthereFile> findTestResultPaths(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher)
TestToolfindTestResultPaths in interface TestToolfileMatcher - An Ant-like search pattern, e.g. **\/*.xmlprotected final java.util.Collection<com.xebialabs.overthere.OverthereFile> globbit(com.xebialabs.overthere.OverthereFile searchRoot,
FileMatcher fileMatcher)