Repo

object Repo
class Object
trait Matchable
class Any
Repo.type

Type members

Classlikes

class Local(ibase: String, val layout: Layout) extends Repository
class Mirror(id: String, base: String, val pattern: String, layout: Layout) extends Remote
class Remote(val id: String, var base: String, val layout: Layout) extends Repository
Companion:
object
object Remote
Companion:
class
abstract class Repository

Value members

Concrete methods

def local(base: String): Local
def remote(base: String): Remote