Packages

package graph

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DependencyGraphKeys extends AnyRef
  2. type Edge = (ModuleId, ModuleId)
  3. 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
  4. case class ModuleGraph(nodes: Seq[Module], edges: Seq[Edge]) extends Product with Serializable
  5. trait ModuleGraphProtocolCompat extends AnyRef
  6. case class ModuleId(organisation: String, name: String, version: String) extends Product with Serializable

Value Members

  1. def Edge(from: ModuleId, to: ModuleId): Edge
  2. object DependencyGraphKeys extends DependencyGraphKeys
  3. object DependencyGraphPlugin extends AutoPlugin
  4. object DependencyGraphSettings
  5. object GraphTransformations
  6. object Main extends App
  7. object ModuleGraph extends Serializable
  8. object ModuleGraphProtocol extends ModuleGraphProtocolCompat

Inherited from AnyRef

Inherited from Any

Ungrouped