SourceFiles

class Object
trait Matchable
class Any

Value members

Concrete methods

def determine(inputPath: String, sourceFileExtensions: Set[String]): List[String]

For a given input path, determine all source files by inspecting filename extensions.

For a given input path, determine all source files by inspecting filename extensions.

def determine(inputPaths: Set[String], sourceFileExtensions: Set[String]): List[String]

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.