FileContents

frawa.inlinefiles.compiletime.FileContents$
object FileContents

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parseTextContentsIn[T](path: String, ext: String, recurse: Boolean, home: Option[Path])(f: String => T): Map[String, T]
def readDeepTextContentsIn(path: String, ext: String, home: Option[Path]): Map[String, String]
def readTextContentOf(path: String, home: Option[Path]): String
def readTextContentsIn(path: String, ext: String, home: Option[Path]): Map[String, String]