DefaultPlugins

trait FileUtils
trait FileUtils
class Object
trait Matchable
class Any
object Main

Value members

Concrete methods

def genPlugins: (Map[String, Seq[ClassGenInfo]], (String, BINDING_STRENGTH) => Option[CodeValueSet], () => Unit)

Inherited methods

def emptyCreate(dirName: String): Unit
Inherited from
FileUtils
def expandGlob(filePathWithGlob: String): IO[Seq[File]]
Inherited from
FileUtils
def getAsJson(filename: String): Json
Inherited from
FileUtils
def getFileAsJson(file: File): Json
Inherited from
FileUtils
def rscStream(s: String): BufferedSource
Inherited from
FileUtils
def slurpRsc(s: String): String
Inherited from
FileUtils
def write(location: String, contents: String): Unit
Inherited from
FileUtils