Packages

t

info.kwarc.mmt.api.archives

LMHHubArchiveEntry

trait LMHHubArchiveEntry extends LMHHubDirectoryEntry

represents a single archive inside an LMHHub that is installed on disk

Source
LMHHub.scala
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LMHHubArchiveEntry
  2. LMHHubDirectoryEntry
  3. LMHHubEntry
  4. Logger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fetch: Boolean

    download information about archive versions from the remote

    download information about archive versions from the remote

    Definition Classes
    LMHHubEntry
  2. abstract val hub: LMHHub

    the MathHub this LMHHubEntry belongs to

    the MathHub this LMHHubEntry belongs to

    Definition Classes
    LMHHubEntry
  3. abstract def logicalVersion: Option[String]

    returns the logical version (a.k.a branch) of an installed archive

    returns the logical version (a.k.a branch) of an installed archive

    Definition Classes
    LMHHubEntry
  4. abstract def physicalVersion: Option[String]

    returns the physical version (a.k.a commit hash) of an installed archive

    returns the physical version (a.k.a commit hash) of an installed archive

    Definition Classes
    LMHHubEntry
  5. abstract def pull: Boolean

    pull the newest version of this archive from the remote

    pull the newest version of this archive from the remote

    Definition Classes
    LMHHubEntry
  6. abstract def push: Boolean

    push the newest version of this archive to the remote

    push the newest version of this archive to the remote

    Definition Classes
    LMHHubEntry
  7. abstract val root: File

    the local root of this archive entry

    the local root of this archive entry

    Definition Classes
    LMHHubEntry
  8. abstract def setRemote(remote: String): Boolean

    reset the remote url of this archive to a given one

    reset the remote url of this archive to a given one

    Definition Classes
    LMHHubEntry

Concrete 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. lazy val archive: Archive

    returns the Archive instance belonging to this local ArchiveHub entry

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def controller: Controller
    Attributes
    protected
    Definition Classes
    LMHHubEntry
  8. def dependencies: List[String]

    the list of dependencies of this archive

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fixRemote: Boolean

    fix the remote url of the archive

    fix the remote url of the archive

    Definition Classes
    LMHHubEntry
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. lazy val group: String

    the name of the group of this entry

    the name of the group of this entry

    Definition Classes
    LMHHubEntry
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. lazy val id: String

    the id of this archive entry

    the id of this archive entry

    Definition Classes
    LMHHubDirectoryEntryLMHHubEntry
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def load(): Unit

    loads this archive into the controller (if not done already)

    loads this archive into the controller (if not done already)

    Definition Classes
    LMHHubArchiveEntryLMHHubDirectoryEntryLMHHubEntry
  19. def log(e: Error): Unit

    logs an error - always logged

    logs an error - always logged

    Attributes
    protected
    Definition Classes
    Logger
  20. def log(s: ⇒ String, subgroup: Option[String] = None): Unit

    logs a message with this logger's logprefix

    logs a message with this logger's logprefix

    Attributes
    protected
    Definition Classes
    Logger
  21. def logError(s: ⇒ String): Unit

    log as an error message

    log as an error message

    Attributes
    protected
    Definition Classes
    Logger
  22. def logGroup[A](a: ⇒ A): A

    wraps around a group to create nested logging

    wraps around a group to create nested logging

    Attributes
    protected
    Definition Classes
    Logger
  23. val logPrefix: String
    Definition Classes
    LMHHubEntryLogger
  24. def logTemp(s: ⇒ String): Unit

    temporary logging - always logged

    temporary logging - always logged

    Attributes
    protected
    Definition Classes
    Logger
  25. def matches(spec: String): Boolean

    check if this archive matches a given spec

    check if this archive matches a given spec

    Definition Classes
    LMHHubEntry
  26. lazy val name: String

    the name of this archive

    the name of this archive

    Definition Classes
    LMHHubEntry
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def properties: Map[String, String]

    reads the archive props

    reads the archive props

    Definition Classes
    LMHHubArchiveEntryLMHHubDirectoryEntryLMHHubEntry
  31. def readLongDescription: Option[String]

    reads the long description

    reads the long description

    Definition Classes
    LMHHubEntry
  32. def report: Report
    Definition Classes
    LMHHubEntryLogger
  33. def statistics: Option[SimpleStatistics]

    reads archive statistics

    reads archive statistics

    Definition Classes
    LMHHubArchiveEntryLMHHubDirectoryEntry
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def tags: List[String]

    the list of tags associated with this archive

  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def version: Option[String]

    gets the version of an installed archive, a.k.a.

    gets the version of an installed archive, a.k.a. the branch of the git commit hash

    Definition Classes
    LMHHubEntry
  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( ... ) @native()

Inherited from LMHHubDirectoryEntry

Inherited from LMHHubEntry

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped