net.virtualvoid.sbt

graph

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
Learn more about member selection
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] = scala.None, extraInfo: String = "", evictedByVersion: Option[String] = scala.None, jarFile: Option[File] = scala.None, error: Option[String] = scala.None) extends Product with Serializable

  4. case class ModuleGraph(nodes: Seq[Module], edges: Seq[(ModuleId, ModuleId)]) 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. object DependencyGraphKeys extends DependencyGraphKeys

  2. object DependencyGraphPlugin extends AutoPlugin

  3. object DependencyGraphSettings

  4. def Edge(from: ModuleId, to: ModuleId): (ModuleId, ModuleId)

  5. object GraphTransformations

  6. object Main extends App

  7. object ModuleGraph extends Serializable

  8. object ModuleGraphProtocol extends ModuleGraphProtocolCompat

  9. package backend

  10. package rendering

  11. package util

Inherited from AnyRef

Inherited from Any

Ungrouped