References
Function Summary
Static Public Function Summary | ||
public |
bashFileSearch(pattern: string, basedir: string): Observable<SearchResult> Note that Bash version 4.3 (at minimum) is required. |
|
public |
buildDirectories(basePath: string, directoryList: Array<string>): Observable<string> Builds a set of directories within a base path. |
|
public |
buildFileSet(fileSet: FileSet): Observable<string> Build a set of test files. |
|
public |
buildFiles(basePath: string, fileList: Array<string>): Observable<string> Only simple content is written to the file. |
|
public |
buildSymLinks(basePath: string, symLinkList: Array<Array<string>>): Observable<string> Builds a set of symbolic links within a base path. |
|
public |
cleanPath(basePath: string): Observable<string> Removes all files from a path. |
|
public |
unixStylePath(path: string): string Normalizes a path to use forward (Unix-style) slashes. |
Variable Summary
Static Public Variable Summary | ||
public |
An const object that represents a default set of test files to generate. |
|
public |
An const object that represents a result where no files were found. |
Typedef Summary
Static Public Typedef Summary | ||
public |
FileSet: * Specification for building a set of test files. |
|
public |
Observable: * An RxJS observable. |
|
public |
SearchResult: * A result from the Bash search. |