o

scala.tools.nsc.classpath

ZipAndJarSourcePathFactory

object ZipAndJarSourcePathFactory extends ZipAndJarFileLookupFactory

Manages creation of classpath for source files placed in zip and jar files. It should be the only way of creating them as it provides caching.

Source
ZipAndJarFileLookupFactory.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipAndJarSourcePathFactory
  2. ZipAndJarFileLookupFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def create(zipFile: AbstractFile, settings: Settings, closeableRegistry: CloseableRegistry): ClassPath
    Definition Classes
    ZipAndJarFileLookupFactory