package graph
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- graph
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait DependencyGraphKeys extends AnyRef
- type Edge = (ModuleId, ModuleId)
- case class Module(id: ModuleId, license: Option[String] = None, extraInfo: String = "", evictedByVersion: Option[String] = None, jarFile: Option[File] = None, error: Option[String] = None) extends Product with Serializable
- case class ModuleGraph(nodes: Seq[Module], edges: Seq[Edge]) extends Product with Serializable
- trait ModuleGraphProtocolCompat extends AnyRef
- case class ModuleId(organisation: String, name: String, version: String) extends Product with Serializable
Value Members
- def Edge(from: ModuleId, to: ModuleId): Edge
- object DependencyGraphKeys extends DependencyGraphKeys
- object DependencyGraphPlugin extends AutoPlugin
- object DependencyGraphSettings
- object GraphTransformations
- object Main extends App
- object ModuleGraph extends Serializable
- object ModuleGraphProtocol extends ModuleGraphProtocolCompat