FileContents

frawa.inlinefiles.compiletime.FileContents$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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