Package xsbti
Interface ExtendedScalaProvider
- All Superinterfaces:
ScalaProvider
-
Method Summary
Modifier and TypeMethodDescriptionA ClassLoader that loads the classes from scala-library.jar.Methods inherited from interface xsbti.ScalaProvider
app, compilerJar, jars, launcher, libraryJar, loader, version
-
Method Details
-
loaderLibraryOnly
ClassLoader loaderLibraryOnly()A ClassLoader that loads the classes from scala-library.jar. It will be the parent of `loader` .
-