scala.cli.exportCmd

Members list

Type members

Classlikes

final case class JsonProject(buildInfo: BuildInfo) extends Project

Attributes

Companion
object
Supertypes
class Project
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonProject

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JsonProjectDescriptor(projectName: Option[String], workspace: Path, logger: Logger) extends ProjectDescriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MillProject(millVersion: Option[String], mainDeps: Seq[String], mainCompileOnlyDeps: Seq[String], testDeps: Seq[String], testCompileOnlyDeps: Seq[String], scalaVersion: Option[String], scalacOptions: Seq[String], scalaCompilerPlugins: Seq[String], scalaJsVersion: Option[String], scalaNativeVersion: Option[String], nameOpt: Option[String], launchers: Seq[(RelPath, Array[Byte])], mainSources: Seq[(SubPath, String, Array[Byte])], testSources: Seq[(SubPath, String, Array[Byte])], extraDecls: Seq[String], resourcesDirs: Seq[Path], extraTestDecls: Seq[String], mainClass: Option[String]) extends Project

Attributes

Companion
object
Supertypes
class Project
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MillProject

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class MillProjectDescriptor(millVersion: String, projectName: Option[String], launchers: Seq[(RelPath, Array[Byte])], logger: Logger) extends ProjectDescriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
abstract class Project extends Product, Serializable

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class JsonProject
class MillProject
class SbtProject
abstract class ProjectDescriptor extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class SbtProject(plugins: Seq[String], imports: Seq[String], settings: Seq[Seq[String]], sbtVersion: Option[String], mainSources: Seq[(SubPath, String, Array[Byte])], testSources: Seq[(SubPath, String, Array[Byte])]) extends Project

Attributes

Companion
object
Supertypes
class Project
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object SbtProject

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SbtProject.type
final case class SbtProjectDescriptor(sbtVersion: String, extraSettings: Seq[String], logger: Logger) extends ProjectDescriptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Extensions

Extensions

extension (s: ScopedBuildInfo)
def sorted(using ord: Ordering[String]): ScopedBuildInfo