object GenIdeaImpl extends Serializable
- Source
- GenIdeaImpl.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenIdeaImpl
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CoursierResolved(path: Path, pom: Path, sources: Option[Path]) extends ResolvedLibrary with Product with Serializable
- case class GenIdeaException(msg: String) extends RuntimeException with Product with Serializable
- final case class OtherResolved(path: Path) extends ResolvedLibrary with Product with Serializable
- sealed trait ResolvedLibrary extends AnyRef
- final case class ResolvedModule(path: Segments, classpath: Agg[Scoped[Path]], module: JavaModule, pluginClasspath: Agg[Path], scalaOptions: Seq[String], compilerClasspath: Agg[Path], libraryClasspath: Agg[Path], facets: Seq[JavaFacet], configFileContributions: Seq[IdeaConfigFile], compilerOutput: Path) extends Product with Serializable
- final case class Scoped[T](value: T, scope: Option[String]) extends Product with Serializable
- final case class ScopedOrd[T <: Comparable[T]](value: T, scope: Option[String]) extends Ordered[ScopedOrd[T]] with Product with Serializable
- final case class WithSourcesResolved(path: Path, sources: Option[Path]) extends ResolvedLibrary with Product with Serializable
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
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def moduleName(p: Segments): String
Create the module name (to be used by Idea) for the module based on it segments.
Create the module name (to be used by Idea) for the module based on it segments.
- See also
Module.millModuleSegments
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- object ScopedOrd extends Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)