final case class Project(name: String, baseDirectory: AbsolutePath, workspaceDirectory: Option[AbsolutePath], dependencies: List[String], scalaInstance: Option[ScalaInstance], rawClasspath: List[AbsolutePath], resources: List[AbsolutePath], compileSetup: CompileSetup, genericClassesDir: AbsolutePath, scalacOptions: List[String], javacOptions: List[String], sources: List[AbsolutePath], sourcesGlobs: List[SourcesGlobs], sourceRoots: Option[List[AbsolutePath]], sourceGenerators: List[SourceGenerator], testFrameworks: List[TestFramework], testOptions: TestOptions, out: AbsolutePath, analysisOut: AbsolutePath, platform: Platform, sbt: Option[Sbt], resolution: Option[Resolution], tags: List[String], origin: Origin) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Project
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Project(name: String, baseDirectory: AbsolutePath, workspaceDirectory: Option[AbsolutePath], dependencies: List[String], scalaInstance: Option[ScalaInstance], rawClasspath: List[AbsolutePath], resources: List[AbsolutePath], compileSetup: CompileSetup, genericClassesDir: AbsolutePath, scalacOptions: List[String], javacOptions: List[String], sources: List[AbsolutePath], sourcesGlobs: List[SourcesGlobs], sourceRoots: Option[List[AbsolutePath]], sourceGenerators: List[SourceGenerator], testFrameworks: List[TestFramework], testOptions: TestOptions, out: AbsolutePath, analysisOut: AbsolutePath, platform: Platform, sbt: Option[Sbt], resolution: Option[Resolution], tags: List[String], origin: Origin)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allGeneratorInputs: Task[List[AbsolutePath]]
- def allUnmanagedSourceFilesAndDirectories: Task[List[AbsolutePath]]
Returns concatenated list of "sources" and expanded "sourcesGlobs".
- val analysisOut: AbsolutePath
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDirectory: AbsolutePath
- val bspUri: Uri
The bsp uri associated with this project.
- val classpathOptions: ClasspathOptions
- def clientClassesRootDirectory: AbsolutePath
Defines a project-specific path under which Bloop will create all bsp client-owned classes directories.
Defines a project-specific path under which Bloop will create all bsp client-owned classes directories. These directories host compile products and their existence and contents are managed by Bloop itself.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compileJdkConfig: Option[JdkConfig]
- val compileOrder: CompileOrder
- val compileSetup: CompileSetup
- val dependencies: List[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Project → Equals → AnyRef → Any
- def fullClasspath(dag: Dag[Project], client: ClientInfo): Array[AbsolutePath]
- def fullRuntimeClasspath(dag: Dag[Project], client: ClientInfo): Array[AbsolutePath]
- val genericClassesDir: AbsolutePath
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hashCode: Int
- Definition Classes
- Project → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaVersionAtLeast(version: String, logger: Logger): Boolean
- val javacOptions: List[String]
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val origin: Origin
- val out: AbsolutePath
- val platform: Platform
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rawClasspath: List[AbsolutePath]
- val resolution: Option[Resolution]
- val resources: List[AbsolutePath]
- def runtimeJdkConfig: Option[JdkConfig]
- def runtimeResources: List[AbsolutePath]
- val sbt: Option[Sbt]
- val scalaInstance: Option[ScalaInstance]
- val scalacOptions: List[String]
- val sourceGenerators: List[SourceGenerator]
- val sourceRoots: Option[List[AbsolutePath]]
- val sources: List[AbsolutePath]
- val sourcesGlobs: List[SourcesGlobs]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: List[String]
- val testFrameworks: List[TestFramework]
- val testOptions: TestOptions
- def toString(): String
- Definition Classes
- Project → AnyRef → Any
- val uniqueId: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def workingDirectory: AbsolutePath
- val workspaceDirectory: Option[AbsolutePath]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)