ClasspathUtilities

sbt.internal.inc.classpath.ClasspathUtilities

Attributes

Deprecated
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Deprecated methods

def createClasspathResources(classpath: Seq[File], instance: ScalaInstance): Map[String, String]

Attributes

Deprecated
true
def createClasspathResources(appPaths: Seq[File], bootPaths: Seq[File]): Map[String, String]

Attributes

Deprecated
true
def hasZipContent(file: File): Boolean

Attributes

Deprecated
true
def isArchive(file: File): Boolean

Attributes

Deprecated
true
def isArchive(file: File, contentFallback: Boolean): Boolean

Attributes

Deprecated
true
def isArchiveName(fileName: String): Boolean

Attributes

Deprecated
true
def javaLibraryPaths: Seq[File]

Attributes

Deprecated
true
def makeLoader(classpath: Seq[File], instance: ScalaInstance): ClassLoader

Attributes

Deprecated
true
def makeLoader(classpath: Seq[File], instance: ScalaInstance, nativeTemp: File): ClassLoader

Attributes

Deprecated
true
def makeLoader(classpath: Seq[File], parent: ClassLoader, instance: ScalaInstance): ClassLoader

Attributes

Deprecated
true
def makeLoader(classpath: Seq[File], parent: ClassLoader, instance: ScalaInstance, nativeTemp: File): ClassLoader

Attributes

Deprecated
true
def toLoader(finder: PathFinder): ClassLoader

Attributes

Deprecated
true
def toLoader(finder: PathFinder, parent: ClassLoader): ClassLoader

Attributes

Deprecated
true
def toLoader(paths: Seq[File]): ClassLoader

Attributes

Deprecated
true
def toLoader(paths: Seq[File], parent: ClassLoader): ClassLoader

Attributes

Deprecated
true
def toLoader(paths: Seq[File], parent: ClassLoader, resourceMap: Map[String, String]): ClassLoader

Attributes

Deprecated
true
def toLoader(paths: Seq[File], parent: ClassLoader, resourceMap: Map[String, String], nativeTemp: File): ClassLoader

Attributes

Deprecated
true

Deprecated fields

final val AppClassPath: "app.class.path"

Attributes

Deprecated
true
final val BootClassPath: "boot.class.path"

Attributes

Deprecated
true
lazy val rootLoader: ClassLoader

Attributes

Deprecated
true
lazy val xsbtiLoader: ClassLoader

Attributes

Deprecated
true