GenIdeaImpl

mill.idea.GenIdeaImpl
See theGenIdeaImpl companion class
object GenIdeaImpl

Attributes

Companion
class
Source
GenIdeaImpl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class CoursierResolved(path: Path, pom: Path, sources: Option[Path]) extends ResolvedLibrary

Attributes

Source
GenIdeaImpl.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class GenIdeaException(msg: String) extends RuntimeException

Attributes

Source
GenIdeaImpl.scala
Supertypes
trait Serializable
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class OtherResolved(path: Path) extends ResolvedLibrary

Attributes

Source
GenIdeaImpl.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ResolvedLibrary

Attributes

Source
GenIdeaImpl.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final case class ScopedOrd[T <: Comparable[T]](value: T, scope: Option[String]) extends Ordered[ScopedOrd[T]]

Attributes

Source
GenIdeaImpl.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Ordered[ScopedOrd[T]]
trait Comparable[ScopedOrd[T]]
class Object
trait Matchable
class Any
Show all
final case class WithSourcesResolved(path: Path, sources: Option[Path]) extends ResolvedLibrary

Attributes

Source
GenIdeaImpl.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def allClassloaders(classloader: ClassLoader): Buffer[ClassLoader]

Attributes

Source
GenIdeaImpl.scala
def allJars(classloader: ClassLoader): Seq[URL]

Attributes

Source
GenIdeaImpl.scala
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.

Attributes

See also
Source
GenIdeaImpl.scala