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
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenIdeaImpl
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allModulesXmlTemplate(selectors: Seq[String]): Elem
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val ctx: Log with Home
- val discover: Discover
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val evaluator: Evaluator
- def extractCurrentJdk(ideaPath: Path): Option[(String, String)]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def ideaConfigElementTemplate(element: Element): Elem
- def ideaConfigFileTemplate(components: Map[Option[String], Seq[Element]]): Elem
- val ideaConfigVersion: Int
- val ideaDir: Path
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def libraryXmlTemplate(name: String, path: Path, sources: Option[Path], scalaCompilerClassPath: Agg[Path], languageLevel: Option[String]): Elem
- def miscXmlTemplate(jdkInfo: (String, String)): Elem
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def relativeFileUrl(path: Path): String
Try to make the file path a relative URL (to PROJECT_DIR).
- def relativeJarUrl(path: Path): String
Try to make the file path a relative JAR URL (to PROJECT_DIR).
- def relify(p: Path): String
- val rootModule: BaseModule
- def rootXmlTemplate(libNames: api.Strict.Agg[String]): Elem
- def run(): Unit
- def scalaCompilerTemplate(settings: Map[(Agg[Path], Seq[String]), Seq[JavaModule]]): Elem
- def scalaSettingsTemplate(): Elem
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val workDir: Path
- def xmlFileLayout(evaluator: Evaluator, rootModule: Module, jdkInfo: (String, String), ctx: Option[Log], fetchMillModules: Boolean = true): Seq[(SubPath, Node)]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)