final case class DevContext(sourceMapper: SourceMapper, buildLink: BuildLink) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DevContext
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DevContext(sourceMapper: SourceMapper, buildLink: BuildLink)
- sourceMapper
Information about the source files that were used to compile the application.
- buildLink
An interface that can be used to interact with the build system.
Value Members
- val buildLink: BuildLink
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sourceMapper: SourceMapper
If an application is loaded in dev mode then this additional context is available. It is available as a property in the
Context
object, from BuiltInComponents trait or injected via OptionalDevContext.Information about the source files that were used to compile the application.
An interface that can be used to interact with the build system.