All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ammonite.compiler.ExtraCompilerCompatibility.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M0-67-83057fea
Show newest version
package ammonite.compiler

import scala.reflect.io.FileZipArchive
import scala.tools.nsc.Settings
import scala.tools.nsc.classpath.ZipAndJarClassPathFactory

abstract class ExtraCompilerCompatibility {

  def createZipJarFactory(arc: FileZipArchive, settings: Settings) = {
    ZipAndJarClassPathFactory.create(arc, settings, new scala.tools.nsc.CloseableRegistry())
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy