class CompilerLifecycleManager extends compiler.iface.CompilerLifecycleManager
Wraps up the Compiler and Pressy, ensuring that they get properly
initialized before use. Mostly deals with ensuring the object lifecycles
are properly dealt with; Compiler and Pressy are the ones which deal
with the compiler's nasty APIs
Exposes a simple API where you can just call methods like compilerClass
configureCompiler any-how and not worry about ensuring the necessary
compiler objects are initialized, or worry about initializing them more
than necessary
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompilerLifecycleManager
- CompilerLifecycleManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CompilerLifecycleManager(rtCacheDir: Option[Path], headFrame: => Frame, dependencyCompleteOpt: => Option[(String) => (Int, Seq[String])], classPathWhitelist: Set[Seq[String]], initialClassLoader: ClassLoader)
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
- def addToClasspath(classFiles: ClassFiles): Unit
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compilationCount: Int
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def compileClass(processed: Output, printer: Printer, fileName: String): Option[Output]
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def compiler: Compiler
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def complete(offset: Int, previousImports: String, snippet: String): (Int, Seq[String], Seq[String])
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def configureCompiler(callback: (Global) => Unit): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(force: Boolean = false): Unit
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def preConfigureCompiler(callback: (Settings) => Unit): Unit
- def preprocess(fileName: String): Preprocessor
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def pressy: Pressy
- def scalaVersion: String
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- def shutdownPressy(): Unit
- Definition Classes
- CompilerLifecycleManager → CompilerLifecycleManager
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()