net.virtualvoid.sbt.graph

Plugin

object Plugin extends Plugin

Linear Supertypes
Plugin, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Plugin
  2. Plugin
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. object Version extends AnyRef

  7. val VersionPattern : Regex

  8. def absoluteReportPath : (File) ⇒ String

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

  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. val asciiGraph : TaskKey[String]

  12. val asciiTree : TaskKey[String]

  13. def clone (): AnyRef

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

  15. val dependencyDot : TaskKey[File]

  16. val dependencyDotFile : SettingKey[File]

  17. val dependencyDotHeader : SettingKey[String]

  18. val dependencyDotNodeLabel : SettingKey[(String, String, String) ⇒ String]

  19. def dependencyDotTask : Initialize[Task[File]]

  20. val dependencyGraph : InputKey[Unit]

  21. val dependencyGraphML : TaskKey[File]

  22. val dependencyGraphMLFile : SettingKey[File]

  23. def dependencyGraphMLTask : Initialize[Task[File]]

  24. val dependencyTree : TaskKey[Unit]

  25. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. val filterScalaLibrary : SettingKey[Boolean]

  28. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  30. def graphSettings : Seq[sbt.Project.Setting[_]]

  31. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  32. val ignoreMissingUpdate : TaskKey[UpdateReport]

  33. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  34. val ivyReport : TaskKey[File]

  35. def ivyReportForConfig (config: Configuration): Seq[sbt.Project.Setting[_]]

  36. val ivyReportFunction : TaskKey[(String) ⇒ File]

  37. val licenseInfo : TaskKey[Unit]

  38. val moduleGraph : TaskKey[ModuleGraph]

  39. val moduleGraphStore : TaskKey[ModuleGraph]

  40. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  41. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  43. def print (key: TaskKey[String]): Initialize[Task[Unit]]

  44. def printAsciiGraphTask : Initialize[Task[Unit]]

  45. def settings : Seq[sbt.Project.Setting[_]]

    Definition Classes
    Plugin
  46. val shouldForceParser : (State) ⇒ Parser[Boolean]

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

  48. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  49. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. val whatDependsOn : InputKey[Unit]

Inherited from Plugin

Inherited from AnyRef

Inherited from Any