Typedef
Static Public Summary | ||
public |
FileSet: * Specification for building a set of test files. |
|
public |
Observable: * An RxJS observable. |
|
public |
SearchResult: * A result from the Bash search. |
Static Public
public FileSet: * source
Specification for building a set of test files.
Properties:
Name | Type | Attribute | Description |
localFiles | Array<string> | A list of files to create in the local path. |
|
localDirectories | Array<string> | A list of directories to create in the local path. |
|
symLinks | Array<Array<string>> | A list of symbolic links to create, consiting of a pair of paths, where the first item is the symbolic link source, and the second item is the destination of the symbolic link. This will be created in the local path. |
|
rootFiles | Array<string> | A list of files to create in the root path. |
|
rootDirectories | Array<string> | A list of directories to create in the root path. |
|
rootPath | string | the path that that is specified from the root (like "/tmp/glob-test") |
|
localPath | string | the path for local files (usually set within the project itself). |
public SearchResult: * source
A result from the Bash search.