Packages

  • package root
    Definition Classes
    root
  • package cc
    Definition Classes
    root
  • package drx

    Scala doc for the drx conglomerate.

    Scala doc for the drx conglomerate.

    Overview

    Definition Classes
    cc
  • object Repo

    (Repo) can find (Org -> Project -> Release -> Artifact) Repo have two major input types: 1) user reference using org/project/release 2) dir listing of an artifact path (whose parents or filename can determine the org/project/release

    (Repo) can find (Org -> Project -> Release -> Artifact) Repo have two major input types: 1) user reference using org/project/release 2) dir listing of an artifact path (whose parents or filename can determine the org/project/release

    function styles end with F

    Definition Classes
    drx
  • Artifact
  • GithubStyle
  • Ivy
  • IvyCache
  • Maven
  • Org
  • Project
  • Release
  • SbtPlugin
  • Source
  • SourceFile
  • SourceGithub
  • SourcePathList
  • SourceURL
  • Style
o

cc.drx.Repo

Maven

object Maven extends Style

<o/r/g> / <prj>[_alt] / <tag> / <prj>[_alt]-<tag>.<ext>

Source
repo.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Maven
  2. Style
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def artifact(f: File): Option[Artifact]
    Definition Classes
    Style
  5. def artifactDepth: Int
    Definition Classes
    MavenStyle
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def filename(a: Artifact): String
    Definition Classes
    MavenStyle
  11. def filename(r: Release): String
    Definition Classes
    MavenStyle
  12. def filename(p: Project): String
    Definition Classes
    MavenStyle
  13. def filename(o: Org): String
    Definition Classes
    MavenStyle
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def org(f: File): Option[Org]
    Definition Classes
    Style
  22. def path(a: Artifact): File
    Definition Classes
    Style
  23. def path(r: Release): File
    Definition Classes
    Style
  24. def path(p: Project): File
    Definition Classes
    Style
  25. def path(o: Org): File
    Definition Classes
    Style
  26. def project(f: File): Option[Project]
    Definition Classes
    Style
  27. def projectDepth: Int
    Definition Classes
    Style
  28. def release(f: File): Option[Release]
    Definition Classes
    Style
  29. def releaseDepth: Int
    Definition Classes
    Style
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Style

Inherited from AnyRef

Inherited from Any

Ungrouped