CodeWrapper

scala.build.internal.CodeWrapper
abstract class CodeWrapper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(code: String, pkgName: Seq[Name], indexedWrapperName: Name, extraCode: String, scriptPath: String): (String, String)
def mainClassObject(className: Name): Name

Concrete methods

def wrapCode(pkgName: Seq[Name], indexedWrapperName: Name, code: String, scriptPath: String): (String, WrapperParams)