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 cwd: Path
  9. val discover: Discover[_]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val evaluator: Evaluator
  12. def extractCurrentJdk(ideaPath: Path): Option[(String, String)]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def ideaConfigElementTemplate(element: Element): Elem
  15. def ideaConfigFileTemplate(components: Map[String, Seq[Element]]): Elem
  16. val ideaConfigVersion: Int
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def libraryXmlTemplate(name: String, path: Path, sources: Option[Path], scalaCompilerClassPath: api.Loose.Agg[Path]): Elem
  19. def miscXmlTemplate(jdkInfo: (String, String)): Elem
  20. 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[String], depNames: Seq[Scoped[String]], isTest: Boolean, facets: Seq[JavaFacet]): Elem
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def relativeFileUrl(path: Path): String

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

  26. def relativeJarUrl(path: Path): String

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

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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped