Type Members
-
-
case class
Module
(id: ModuleId, extraInfo: String, evictedByVersion: Option[String], error: Option[String]) extends Product with Serializable
-
case class
ModuleGraph
(nodes: Seq[Module], edges: Seq[()]) extends Product with Serializable
-
case class
ModuleId
(organisation: String, name: String, version: String) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
args
: Array[String]
-
def
asInstanceOf
[T0]
: T0
-
def
asciiGraph
(graph: ModuleGraph): String
-
def
asciiTree
(graph: ModuleGraph): String
-
def
buildGraph
(doc: Document): ModuleGraph
-
def
clone
(): AnyRef
-
def
delayedInit
(body: ⇒ Unit): Unit
-
def
die
(msg: String): Nothing
-
def
displayModule
(module: Module): String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
val
executionStart
: Long
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
graph
(ivyReportFile: String): ModuleGraph
-
def
hashCode
(): Int
-
def
ignoreScalaLibrary
(scalaVersion: String, graph: ModuleGraph): ModuleGraph
-
def
isInstanceOf
[T0]
: Boolean
-
def
main
(args: Array[String]): Unit
-
def
moduleIdFromElement
(element: Node, version: String): ModuleId
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
outputFile
: String
-
def
red
(str: String, doRed: Boolean): String
-
val
reportFile
: String
-
-
def
saveAsGraphML
(graph: ModuleGraph, outputFile: String): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
usage
: String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from App
Inherited from DelayedInit
Inherited from AnyRef
Inherited from Any