List of packages to use as base prefixes in chaining
Compiler output directory (value of target
key)
List of source directories in all available source configurations.
Unlike org.jetbrains.sbt.structure.ConfigurationData#sources(), which was obtained from managedSourceDirectories
and unmanagedSourceDirectories
keys, this value is sourced from the sourceDirectory
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.
List of packages to use as base prefixes in chaining
List of source directories in all available source configurations.
List of source directories in all available source configurations.
Unlike org.jetbrains.sbt.structure.ConfigurationData#sources(), which was obtained from managedSourceDirectories
and unmanagedSourceDirectories
keys, this value is sourced from the sourceDirectory
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.
Compiler output directory (value of target
key)
(Since version ) see corresponding Javadoc for more information.
Represents single project in build. Corresponds to IDEA module.
List of packages to use as base prefixes in chaining
Compiler output directory (value of
target
key)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.