Packages

final class BuildLoader extends AnyRef

Defines the responsible for loading builds.

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

Instance Constructors

  1. new BuildLoader(fail: (URI) ⇒ Nothing, state: State, config: LoadBuildConfiguration, resolvers: MultiHandler[ResolveInfo, () ⇒ File], builders: MultiHandler[BuildInfo, () ⇒ BuildUnit], transformer: Transformer, full: MultiHandler[LoadInfo, () ⇒ BuildUnit], transformAll: TransformAll)

    fail

    A reporter for failures.

    state

    The state.

    config

    The current configuration for any build.

    resolvers

    The structure responsible of mapping base directories.

    builders

    The structure responsible of mapping to build units.

    transformer

    An instance to modify the created build unit.

    full

    The structure responsible of mapping to loaded build units.

    transformAll

    A function specifying which builds units should be transformed.

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. def addNonRoot(uri: URI, loaders: Components): BuildLoader
  5. def apply(uri: URI): BuildUnit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val builders: MultiHandler[BuildInfo, () ⇒ BuildUnit]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def components: Components
  10. val config: LoadBuildConfiguration
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val fail: (URI) ⇒ Nothing
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val full: MultiHandler[LoadInfo, () ⇒ BuildUnit]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def resetPluginDepth: BuildLoader
  23. val resolvers: MultiHandler[ResolveInfo, () ⇒ File]
  24. def setRoot(loaders: Components): BuildLoader
  25. val state: State
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. val transformAll: TransformAll
  29. val transformer: Transformer
  30. def updatePluginManagement(overrides: Set[ModuleID]): BuildLoader
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped