object ClasspathUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClasspathUtil
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val AppClassPath: String("app.class.path")
- final val BootClassPath: String("boot.class.path")
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createClasspathResources(appPaths: Seq[Path], bootPaths: Seq[Path]): Map[String, String]
- def createClasspathResources(classpath: Seq[Path], instance: xsbti.compile.ScalaInstance): Map[String, String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasZipContent(file: Path): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isArchive(file: Path, contentFallback: Boolean): Boolean
- def isArchive(file: Path): Boolean
- def isArchiveName(fileName: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaLibraryPaths: Seq[Path]
- def makeLoader(classpath: Seq[Path], parent: ClassLoader, instance: xsbti.compile.ScalaInstance, nativeTemp: Path): ClassLoader
- def makeLoader(classpath: Seq[Path], parent: ClassLoader, instance: xsbti.compile.ScalaInstance): ClassLoader
- def makeLoader(classpath: Seq[Path], instance: xsbti.compile.ScalaInstance, nativeTemp: Path): ClassLoader
-
def
makeLoader(classpath: Seq[Path], instance: xsbti.compile.ScalaInstance): ClassLoader
Creates a ClassLoader that contains the classpath and the scala-library from the given instance.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val rootLoader: ClassLoader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toLoader(paths: Seq[Path], parent: ClassLoader, resourceMap: Map[String, String], nativeTemp: Path): ClassLoader
- def toLoader(paths: Seq[Path], parent: ClassLoader, resourceMap: Map[String, String]): ClassLoader
- def toLoader(paths: Seq[Path], parent: ClassLoader): ClassLoader
- def toLoader(paths: Seq[Path]): ClassLoader
- def toLoader(finder: PathFinder, parent: ClassLoader): ClassLoader
- def toLoader(finder: PathFinder): ClassLoader
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- lazy val xsbtiLoader: ClassLoader