CodeWrapper

scala.build.internal.CodeWrapper
See theCodeWrapper companion object
abstract class CodeWrapper

Attributes

Companion
object
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)

Concrete methods

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