case class GenIdeaImpl(evaluator: Evaluator, ctx: Log with Home, rootModule: BaseModule, discover: Discover[_]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenIdeaImpl
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GenIdeaImpl(evaluator: Evaluator, ctx: Log with Home, rootModule: BaseModule, discover: Discover[_])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allModulesXmlTemplate(selectors: Seq[String]): Elem
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val ctx: Log with Home
  8. val discover: Discover[_]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. val evaluator: Evaluator
  11. def extractCurrentJdk(ideaPath: Path): Option[(String, String)]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def ideaConfigElementTemplate(element: Element): Elem
  14. def ideaConfigFileTemplate(components: Map[String, Seq[Element]]): Elem
  15. val ideaConfigVersion: Int
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def libraryXmlTemplate(name: String, path: Path, sources: Option[Path], scalaCompilerClassPath: api.Loose.Agg[Path]): Elem
  18. def miscXmlTemplate(jdkInfo: (String, String)): Elem
  19. def moduleXmlTemplate(basePath: Path, scalaVersionOpt: Option[String], resourcePaths: api.Strict.Agg[Path], normalSourcePaths: api.Strict.Agg[Path], generatedSourcePaths: api.Strict.Agg[Path], compileOutputPath: Path, libNames: Seq[ScopedOrd[String]], depNames: Seq[ScopedOrd[String]], isTest: Boolean, facets: Seq[JavaFacet]): Elem
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def relativeFileUrl(path: Path): String

    Try to make the file path a relative URL (to PROJECT_DIR).

  25. def relativeJarUrl(path: Path): String

    Try to make the file path a relative JAR URL (to PROJECT_DIR).

  26. def relify(p: Path): String
  27. val rootModule: BaseModule
  28. def rootXmlTemplate(libNames: api.Strict.Agg[String]): Elem
  29. def run(): Unit
  30. def scalaCompilerTemplate(settings: Map[(api.Loose.Agg[Path], Seq[String]), Seq[JavaModule]]): Elem
  31. def scalaSettingsTemplate(): Elem
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. val workDir: Path
  37. def xmlFileLayout(evaluator: Evaluator, rootModule: Module, jdkInfo: (String, String), ctx: Option[Log], fetchMillModules: Boolean = true): Seq[(SubPath, Node)]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped