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

This class is outdated and unmaintained. Please use mill.idea.GenIdeaImpl instead.

Annotations
@deprecated
Deprecated

(Since version Mill 0.11.2) Use mill.idea.GenIdeaImpl instead

Source
GenIdeaImpl.scala
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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def ideaConfigElementTemplate(element: Element): Elem
  15. def ideaConfigFileTemplate(components: Map[Option[String], Seq[Element]]): Elem
  16. val ideaConfigVersion: Int
  17. val ideaDir: Path
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def libraryXmlTemplate(name: String, path: Path, sources: Option[Path], scalaCompilerClassPath: Agg[Path], languageLevel: Option[String]): Elem
  20. def miscXmlTemplate(jdkInfo: (String, String)): Elem
  21. 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
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. def relativeFileUrl(path: Path): String

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

  27. def relativeJarUrl(path: Path): String

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

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped