net.virtualvoid.sbt.graph

DependencyGraphSettings

object DependencyGraphSettings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DependencyGraphSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type HasModule = AnyRef { val module: sbt.ModuleID }

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Version

  7. val VersionPattern: Regex

  8. def absoluteReportPath: (File) ⇒ String

  9. val artifactIdParser: Initialize[(State) ⇒ Parser[ModuleId]]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def browseGraphHTMLTask: sbt.Def.Initialize[Task[URI]]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def crossName(ivyModule: sbt.IvySbt.Module): String

  14. def dependencyDotStringTask: sbt.Def.Initialize[Task[String]]

  15. def dependencyGraphMLTask: sbt.Def.Initialize[Task[File]]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def graphSettings: Seq[sbt.Def.Setting[_]]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def ignoreMissingUpdateT: sbt.Def.Setting[Task[UpdateReport]]

    This is copied directly from sbt/main/Defaults.

    This is copied directly from sbt/main/Defaults.java and then changed to update the UpdateConfiguration to ignore missing artifacts.

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def ivyReportForConfig(config: Configuration): Seq[sbt.Def.Setting[_]]

  25. def ivyReportFunctionTask: sbt.Def.Initialize[Task[(String) ⇒ File]]

  26. def moduleGraphIvyReportTask: sbt.Def.Initialize[Task[ModuleGraph]]

  27. def moduleGraphSbtTask: sbt.Def.Initialize[Task[ModuleGraph]]

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def print(key: TaskKey[String]): sbt.Def.Initialize[Task[Unit]]

  32. def printAsciiGraphTask: sbt.Def.Initialize[Task[Unit]]

  33. def printFromGraph(f: (ModuleGraph) ⇒ String): sbt.Def.Initialize[Task[Unit]]

  34. val shouldForceParser: (State) ⇒ Parser[Boolean]

  35. def showLicenseInfo(graph: ModuleGraph, streams: TaskStreams): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def writeToFile(dataTask: TaskKey[String], fileTask: SettingKey[File]): sbt.Def.Initialize[Task[File]]

Inherited from AnyRef

Inherited from Any

Ungrouped