sbt.inc

Incremental

object Incremental extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Incremental
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def changedIncremental[T](lastSources: Set[T], oldAPI: (T) ⇒ Source, newAPI: (T) ⇒ Source): APIChanges[T]

    Accepts the sources that were recompiled during the last step and functions providing the API before and after the last step.

    Accepts the sources that were recompiled during the last step and functions providing the API before and after the last step. The functions should return an empty API if the file did not/does not exist.

  8. def changedInitial(entry: (String) ⇒ Option[File], sources: Set[File], previousAnalysis: Analysis, current: ReadStamps, forEntry: (File) ⇒ Option[Analysis])(implicit equivS: Equiv[Stamp]): InitialChanges

  9. def changes(previous: Set[File], current: Set[File], existingModified: (File) ⇒ Boolean): Changes[File]

  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def compile(sources: Set[File], entry: (String) ⇒ Option[File], previous: Analysis, current: ReadStamps, forEntry: (File) ⇒ Option[Analysis], doCompile: (Set[File], DependencyChanges) ⇒ Analysis, log: Logger)(implicit equivS: Equiv[Stamp]): (Boolean, Analysis)

  12. def currentExternalAPI(entry: (String) ⇒ Option[File], forEntry: (File) ⇒ Option[Analysis]): (String) ⇒ Source

  13. def cycle(invalidated: Set[File], binaryChanges: DependencyChanges, previous: Analysis, doCompile: (Set[File], DependencyChanges) ⇒ Analysis, log: Logger): Analysis

  14. def debug(s: ⇒ String): Unit

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def externalBinaryModified(entry: (String) ⇒ Option[File], analysis: (File) ⇒ Option[Analysis], previous: Stamps, current: ReadStamps)(implicit equivS: Equiv[Stamp]): (File) ⇒ Boolean

  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def invalidateDirect(dependsOnSrc: (File) ⇒ Set[File], modified: Set[File]): Set[File]

    Only invalidates direct source dependencies.

    Only invalidates direct source dependencies. It excludes any sources that were recompiled during the previous run. Callers may want to augment the returned set with 'modified' or all sources recompiled up to this point.

  22. def invalidateDuplicates(merged: Relations): Set[File]

    Invalidate all sources that claim to produce the same class file as another source file.

  23. def invalidateIncremental(previous: Relations, changes: APIChanges[File], recompiledSources: Set[File], log: Logger): Set[File]

  24. def invalidateInitial(previous: Relations, changes: InitialChanges, log: Logger): Set[File]

    Invalidates sources based on initially detected 'changes' to the sources, products, and dependencies.

  25. def invalidateTransitive(dependsOnSrc: (File) ⇒ Set[File], modified: Set[File], log: Logger): Set[File]

    Invalidates transitive source dependencies including modified.

    Invalidates transitive source dependencies including modified. It excludes any sources that were recompiled during the previous run.

    Annotations
    @tailrec()
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def orEmpty(o: Option[Source]): Source

  31. def orTrue(o: Option[Boolean]): Boolean

  32. def prune(invalidatedSrcs: Set[File], previous: Analysis): Analysis

  33. def sameCompilation(a: Compilation, b: Compilation): Boolean

  34. def sameSource(a: Source, b: Source): Boolean

  35. def shortcutSameSource(a: Source, b: Source): Boolean

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any