FileSystemService

fr.janalyse.cem.FileSystemService
See theFileSystemService companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def readFileContent(inputPath: Path): Task[String]
def readFileLines(inputPath: Path, maxLines: Option[Int]): Task[List[String]]
def searchFiles(searchRoot: Path, searchOnlyRegex: Option[Regex], ignoreMaskRegex: Option[Regex]): Task[List[Path]]