FileSystemService

fr.janalyse.cem.FileSystemService$
See theFileSystemService companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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