SourceFiles
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SourceFiles.type
Members list
Value members
Concrete methods
For given input paths, determine all source files by inspecting filename extensions and filter the result if following arguments ignoredDefaultRegex, ignoredFilesRegex and ignoredFilesPath are used
For given input paths, determine all source files by inspecting filename extensions and filter the result if following arguments ignoredDefaultRegex, ignoredFilesRegex and ignoredFilesPath are used
Attributes
For a given array of input paths, determine all source files by inspecting filename extensions.
For a given array of input paths, determine all source files by inspecting filename extensions.
Attributes
Method to filter file based on the passed parameters
Method to filter file based on the passed parameters
Attributes
Constructs an absolute path against rootPath. If the given path is already absolute this path is returned unaltered. Otherwise, "rootPath / path" is returned.
Constructs an absolute path against rootPath. If the given path is already absolute this path is returned unaltered. Otherwise, "rootPath / path" is returned.
Attributes
Constructs a relative path against rootPath. If the given path is not inside rootPath, path is returned unaltered. Otherwise, the path relative to rootPath is returned.
Constructs a relative path against rootPath. If the given path is not inside rootPath, path is returned unaltered. Otherwise, the path relative to rootPath is returned.