final class Setup extends Serializable

Configures incremental recompilation.

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Setup
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Setup(_perClasspathEntryLookup: PerClasspathEntryLookup, _skip: Boolean, _cachePath: Path, _cache: GlobalsCache, _incrementalCompilerOptions: IncOptions, _reporter: Reporter, _progress: CompileProgress, _earlyAnalysisStore: AnalysisStore, _extra: Array[T2[String, String]])
    Attributes
    protected[compile]
  2. new Setup(_perClasspathEntryLookup: PerClasspathEntryLookup, _skip: Boolean, _cachePath: Path, _cache: GlobalsCache, _incrementalCompilerOptions: IncOptions, _reporter: Reporter, _progress: Optional[CompileProgress], _earlyAnalysisStore: Optional[AnalysisStore], _extra: Array[T2[String, String]])
    Attributes
    protected[compile]
  3. new Setup(_perClasspathEntryLookup: PerClasspathEntryLookup, _skip: Boolean, _cachePath: Path, _cache: GlobalsCache, _incrementalCompilerOptions: IncOptions, _reporter: Reporter, _progress: CompileProgress, _extra: Array[T2[String, String]])
    Attributes
    protected[compile]
  4. new Setup(_perClasspathEntryLookup: PerClasspathEntryLookup, _skip: Boolean, _cachePath: Path, _cache: GlobalsCache, _incrementalCompilerOptions: IncOptions, _reporter: Reporter, _progress: Optional[CompileProgress], _extra: Array[T2[String, String]])
    Attributes
    protected[compile]
  5. new Setup(_perClasspathEntryLookup: PerClasspathEntryLookup, _skip: Boolean, _cachePath: Path, _cache: GlobalsCache, _incrementalCompilerOptions: IncOptions, _reporter: Reporter, _extra: Array[T2[String, String]])
    Attributes
    protected[compile]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cache(): GlobalsCache
  6. def cacheFile(): File
  7. def cachePath(): Path

    The file used to cache information across compilations.

    The file used to cache information across compilations. This file can be removed to force a full recompilation. The file should be unique and not shared between compilations.

  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def earlyAnalysisStore(): Optional[AnalysisStore]

    Store early Analysis during pipeline compilation.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    Setup → AnyRef → Any
  12. def extra(): Array[T2[String, String]]
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Setup → AnyRef → Any
  16. def incrementalCompilerOptions(): IncOptions
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def perClasspathEntryLookup(): PerClasspathEntryLookup

    Provides a lookup of data structures and operations associated with a single classpath entry.

  22. def progress(): Optional[CompileProgress]

    Optionally provide progress indication.

  23. def reporter(): Reporter

    The reporter that should be used to report scala compilation to.

  24. def skip(): Boolean

    If true, no sources are actually compiled and the Analysis from the previous compilation is returned.

  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Setup → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. def withCache(cache: GlobalsCache): Setup
  31. def withCacheFile(cacheFile: File): Setup
  32. def withCachePath(cachePath: Path): Setup
  33. def withEarlyAnalysisStore(earlyAnalysisStore: AnalysisStore): Setup
  34. def withEarlyAnalysisStore(earlyAnalysisStore: Optional[AnalysisStore]): Setup
  35. def withExtra(extra: Array[T2[String, String]]): Setup
  36. def withIncrementalCompilerOptions(incrementalCompilerOptions: IncOptions): Setup
  37. def withPerClasspathEntryLookup(perClasspathEntryLookup: PerClasspathEntryLookup): Setup
  38. def withProgress(progress: CompileProgress): Setup
  39. def withProgress(progress: Optional[CompileProgress]): Setup
  40. def withReporter(reporter: Reporter): Setup
  41. def withSkip(skip: Boolean): Setup

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped