case class ProjectData(id: String, buildURI: URI, name: String, organization: String, version: String, base: File, packagePrefix: Option[String], basePackages: Seq[String], target: File, configurations: Seq[ConfigurationData], java: Option[JavaData], scala: Option[ScalaData], compileOrder: String, dependencies: DependencyData, resolvers: Set[ResolverData], play2: Option[Play2Data], settings: Seq[SettingData], tasks: Seq[TaskData], commands: Seq[CommandData], mainSourceDirectories: Seq[File], testSourceDirectories: Seq[File]) extends Product with Serializable
Represents single project in build. Corresponds to IDEA module.
- basePackages
List of packages to use as base prefixes in chaining
- target
Compiler output directory (value of
target
key)- mainSourceDirectories
List of source directories in all available source configurations. Unlike org.jetbrains.sbt.structure.ConfigurationData#sources(), which was obtained from
managedSourceDirectories
andunmanagedSourceDirectories
keys, this value is sourced from thesourceDirectory
key. In a simple sbt project in e.g. compile configuration org.jetbrains.sbt.structure.ConfigurationData#sources() will be (the project path at the beginning of these paths is skipped)/target/scala-3.3.3/src_managed/main -
/src/main/scala
-/src/main/scala-3
-/src/main/java
But value of this field will be just/src/main
. It is needed to identify ContentRootData#rootPath in the Scala plugin.
- Alphabetic
- By Inheritance
- ProjectData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ProjectData(id: String, buildURI: URI, name: String, organization: String, version: String, base: File, packagePrefix: Option[String], basePackages: Seq[String], target: File, configurations: Seq[ConfigurationData], java: Option[JavaData], scala: Option[ScalaData], compileOrder: String, dependencies: DependencyData, resolvers: Set[ResolverData], play2: Option[Play2Data], settings: Seq[SettingData], tasks: Seq[TaskData], commands: Seq[CommandData], mainSourceDirectories: Seq[File], testSourceDirectories: Seq[File])
- basePackages
List of packages to use as base prefixes in chaining
- target
Compiler output directory (value of
target
key)- mainSourceDirectories
List of source directories in all available source configurations. Unlike org.jetbrains.sbt.structure.ConfigurationData#sources(), which was obtained from
managedSourceDirectories
andunmanagedSourceDirectories
keys, this value is sourced from thesourceDirectory
key. In a simple sbt project in e.g. compile configuration org.jetbrains.sbt.structure.ConfigurationData#sources() will be (the project path at the beginning of these paths is skipped)/target/scala-3.3.3/src_managed/main -
/src/main/scala
-/src/main/scala-3
-/src/main/java
But value of this field will be just/src/main
. It is needed to identify ContentRootData#rootPath in the Scala plugin.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: File
- val basePackages: Seq[String]
- val buildURI: URI
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val commands: Seq[CommandData]
- val compileOrder: String
- val configurations: Seq[ConfigurationData]
- val dependencies: DependencyData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val java: Option[JavaData]
- val mainSourceDirectories: Seq[File]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val organization: String
- val packagePrefix: Option[String]
- val play2: Option[Play2Data]
- val resolvers: Set[ResolverData]
- val scala: Option[ScalaData]
- val settings: Seq[SettingData]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: File
- val tasks: Seq[TaskData]
- val testSourceDirectories: Seq[File]
- val version: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated