scala.tools.nsc.interactive

RefinedBuildManager

class RefinedBuildManager extends Changes with BuildManager

A more defined build manager, based on change sets. For each updated source file, it computes the set of changes to its definitions, then checks all dependent units to see if the changes require a compilation. It repeats this process until a fixpoint is reached.

Annotations
@deprecated
Deprecated

(Since version 2.10.0) Use sbt incremental compilation mechanism

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RefinedBuildManager
  2. BuildManager
  3. Changes
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RefinedBuildManager(settings: Settings)

Type Members

  1. case class Added(e: Entity) extends Change with Product with Serializable

    Definition Classes
    Changes
  2. class BuilderGlobal extends nsc.Global

  3. abstract class Change extends AnyRef

    Definition Classes
    Changes
  4. case class Changed(e: Entity)(implicit reason: String) extends Change with Product with Serializable

    Definition Classes
    Changes
  5. case class Class(name: String) extends Entity with Product with Serializable

    Definition Classes
    Changes
  6. case class Definition(name: String) extends Entity with Product with Serializable

    Definition Classes
    Changes
  7. abstract class Entity extends AnyRef

    An entity in source code, either a class or a member definition.

  8. class NoSourcePathPathResolver extends PathResolver

  9. case class ParentChanged(e: Entity) extends Change with Product with Serializable

    Definition Classes
    Changes
  10. case class Removed(e: Entity) extends Change with Product with Serializable

    Definition Classes
    Changes

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (RefinedBuildManager, B)

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to ArrowAssoc[RefinedBuildManager] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def addSourceFiles(files: Set[AbstractFile]): Unit

    Add the given source files to the managed build process.

    Add the given source files to the managed build process.

    Definition Classes
    RefinedBuildManagerBuildManager
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def buildingFiles(included: Set[AbstractFile]): Unit

    Notification that the supplied set of files is being built

    Notification that the supplied set of files is being built

    Definition Classes
    BuildManager
  11. def changeChangeSet(sym: BuilderGlobal.Symbol, msg: String): Change

    Definition Classes
    Changes
  12. def changeSet(from: BuilderGlobal.Type, toSym: BuilderGlobal.Symbol): List[Change]

    Return the list of changes between 'from' and 'toSym.

    Return the list of changes between 'from' and 'toSym.info'.

    Definition Classes
    Changes
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val compiler: BuilderGlobal

    A compiler instance used to compile files on demand.

    A compiler instance used to compile files on demand.

    Definition Classes
    RefinedBuildManagerBuildManagerChanges
  15. def deleteClassfiles(sources: Set[AbstractFile]): Unit

    Delete classfiles derived from the supplied set of sources

    Delete classfiles derived from the supplied set of sources

    Definition Classes
    BuildManager
  16. def ensuring(cond: (RefinedBuildManager) ⇒ Boolean, msg: ⇒ Any): RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to Ensuring[RefinedBuildManager] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (RefinedBuildManager) ⇒ Boolean): RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to Ensuring[RefinedBuildManager] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to Ensuring[RefinedBuildManager] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to Ensuring[RefinedBuildManager] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  26. def invalidated(files: Set[AbstractFile], changesOf: Map[BuilderGlobal.Symbol, List[Change]], processed: Set[AbstractFile] = Set.empty): Set[AbstractFile]

    Return the set of source files that are invalidated by the given changes.

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def loadFrom(file: AbstractFile, toFile: (String) ⇒ AbstractFile): Boolean

    Load saved dependency information.

    Load saved dependency information.

    Definition Classes
    RefinedBuildManagerBuildManager
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def newCompiler(settings: Settings): BuilderGlobal

    Attributes
    protected
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def parentChangeSet(sym: BuilderGlobal.Symbol): Change

    Definition Classes
    Changes
  34. def removeChangeSet(sym: BuilderGlobal.Symbol): Change

    Definition Classes
    Changes
  35. def removeFiles(files: Set[AbstractFile]): Unit

    Remove the given files from the managed build process.

    Remove the given files from the managed build process.

    Definition Classes
    RefinedBuildManagerBuildManager
  36. def saveTo(file: AbstractFile, fromFile: (AbstractFile) ⇒ String): Unit

    Save dependency information to file.

    Save dependency information to file.

    Definition Classes
    RefinedBuildManagerBuildManager
  37. val settings: Settings

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def update(added: Set[AbstractFile], removed: Set[AbstractFile]): Unit

    The given files have been modified by the user.

    The given files have been modified by the user. Recompile them and their dependent files.

    Definition Classes
    RefinedBuildManagerBuildManager
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (RefinedBuildManager, B)

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to ArrowAssoc[RefinedBuildManager] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (refinedBuildManager: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (refinedBuildManager: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to ArrowAssoc[RefinedBuildManager] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (refinedBuildManager: ArrowAssoc[RefinedBuildManager]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: RefinedBuildManager

    Implicit information
    This member is added by an implicit conversion from RefinedBuildManager to Ensuring[RefinedBuildManager] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (refinedBuildManager: Ensuring[RefinedBuildManager]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from BuildManager

Inherited from Changes

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RefinedBuildManager to StringAdd

Inherited by implicit conversion any2stringfmt from RefinedBuildManager to StringFormat

Inherited by implicit conversion any2ArrowAssoc from RefinedBuildManager to ArrowAssoc[RefinedBuildManager]

Inherited by implicit conversion any2Ensuring from RefinedBuildManager to Ensuring[RefinedBuildManager]

Ungrouped