public class DTKitReportProcessingService extends Object implements Serializable
Constructor and Description |
---|
DTKitReportProcessingService() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfFindsFilesNewFiles(DTKitBuilderToolInfo DTKitBuilderToolInfo,
List<String> files,
File workspace)
Checks if all the finds files are new file
|
List<String> |
findReports(DTKitBuilderToolInfo dTKitBuilderToolInfo,
File parentPath,
String pattern)
Gets all reports from the given parent path and the pattern.
|
File |
getCurrentReport(File root,
String name)
Gets a file from a root file and a name
|
boolean |
isEmptyPattern(String pattern)
Tests if the pattern is empty.
|
public boolean isEmptyPattern(String pattern)
pattern
- the given pattern of the current test toolpublic List<String> findReports(DTKitBuilderToolInfo dTKitBuilderToolInfo, File parentPath, String pattern)
public boolean checkIfFindsFilesNewFiles(DTKitBuilderToolInfo DTKitBuilderToolInfo, List<String> files, File workspace)
DTKitBuilderToolInfo
- the wrapped objectfiles
- the file listworkspace
- the root location of the file listCopyright © 2004-2015. All Rights Reserved.