RawGenerator

trait RawGenerator extends Logging with FileUtils
trait FileUtils
trait FileUtils
trait Logging
class Object
trait Matchable
class Any
object Main.type

Value members

Concrete methods

def doRawGen(args: MainArgs, extensions: Map[String, Seq[ClassGenInfo]], fetchValueSet: (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

Inherited fields

protected val log: Logger
Inherited from:
Logging